From 4c045951c716b8509bc255010f9d27108c7e2e41 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 20 Jun 2025 08:20:40 -0500 Subject: [PATCH] fix some trivial markdown issues Signed-off-by: Brian S. Stephan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09a4cc6..b47ef39 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,9 @@ will probably save you around $5 of material, and you can probably decide what y OpenSCAD pathing is relative to the current working directory by default, which is probably not the `src/` directory. When you start OpenSCAD, you must either start it from inside the project's `src/` directory, or point it at the path to -the source files via e.g. `OPENSCADPATH=path/to/buildable-stick-system/src/` openscad`. +the source files via e.g. `OPENSCADPATH=path/to/buildable-stick-system/src/ openscad`. -See https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Include_Statement. +See . ## Miscellany