From ec8612f5d868e82070efd944d5354ec846450854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Sun, 6 May 2018 06:51:26 -0700 Subject: [PATCH] fix some typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0136593..f782853 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ module mypattern(r) { } ``` -Instanciate it once in order to check it matches your expectations: +Instanciate it once, in order to check it matches your expectations: ``` r = 2; mypattern(r); @@ -87,7 +87,7 @@ intersection() { ![a clean cut of our pattern](documentation/images/tutorial_clean_cut.png?raw=true) -Check [the complete source code](examples/tutorial.scad) for more information. +Check [the complete source code](examples/tutorial/tutorial.scad) for more information. ## Limitations