diff --git a/README.md b/README.md index b134d92..ebc422e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Convert any SVG 1.1 path to gcode for a pen plotter, laser engraver, etc. ### Input ```bash -cargo run -- --release examples/Vanderbilt_Commodores_logo.svg --off 'M4' --on 'M5' -o out.gcode +cargo run --release -- examples/Vanderbilt_Commodores_logo.svg --off 'M4' --on 'M5' -o out.gcode ``` ![Vanderbilt Commodores Logo](examples/Vanderbilt_Commodores_logo.svg)