From 21af7ca5503b682ac28dc754941ecbbe1dd9ca0a Mon Sep 17 00:00:00 2001 From: Adrian Schlatter <10478149+adrianschlatter@users.noreply.github.com> Date: Fri, 12 Jun 2020 11:38:01 +0200 Subject: [PATCH] Fixed formatting problem Directory structure is now readable. --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index ea2531f..2368285 100644 --- a/README.rst +++ b/README.rst @@ -61,12 +61,13 @@ Clone threadlib into the folder 'threadlib' inside your OpenSCAD library folder Your libraries folder should now look similar to this: -libraries -├── list-comprehension-demos/ -├── scad-utils/ -├── thread_profile.scad -└── threadlib/ +:: + libraries + ├── list-comprehension-demos/ + ├── scad-utils/ + ├── thread_profile.scad + └── threadlib/ Usage ===========================