Browse Source

fix some typo

master
Nicolas Massé 8 years ago
parent
commit
ec8612f5d8
  1. 4
      README.md

4
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; r = 2;
mypattern(r); mypattern(r);
@ -87,7 +87,7 @@ intersection() {
![a clean cut of our pattern](documentation/images/tutorial_clean_cut.png?raw=true) ![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 ## Limitations

Loading…
Cancel
Save