diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ Defaults are usually safe to leave unchanged. ### Examples ``` -python src/rastercarve.py --width 10 examples/test.png > out.nc +rastercarve --width 10 examples/test.png > out.nc ``` Generate G-code to engrave `examples/test.png` into an image 10 inches |