Fixed example in README to actually work

Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
Daniel Egger 2022-02-20 12:18:35 +01:00
parent a2058a9ac9
commit 36fb167495
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ cargo run -- -m spacer --export spacer.3mf
Some models have parameters that can be overridden. For example, to override the inner and outer radii of the spacer model:
``` sh
cargo run -- -m spacer --arguments outer=8.0 inner=5.0
cargo run -- -m spacer --parameters outer=8.0 --parameters inner=5.0
```