From 8bd49b670ac0d9c6f26c84bb2e3644a8b626fac4 Mon Sep 17 00:00:00 2001 From: Sameer Puri Date: Sun, 24 May 2020 16:20:13 -0400 Subject: [PATCH] correct input in demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)