diff --git a/README.rst b/README.rst index e9a4ba07..41da40c2 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ Importing OpenSCAD code ======================= - Use ``solid.import_scad(path)`` to import OpenSCAD code. Relative paths will -check the current location designated in `OpenSCAD library directories `__. + check the current location designated in `OpenSCAD library directories `__. **Ex:** @@ -205,7 +205,7 @@ check the current location designated in `OpenSCAD library directories `__ +`here `__. Adding your own code to the example file `solid/examples/solidpython_template.py `__ @@ -350,7 +350,7 @@ seems a lot clearer to me than: .. code:: python - translate( [0,0,10])( + translate([0,0,10])( cylinder() )