Skip to content

Commit

Permalink
Fix parameter example command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Walrus committed Jun 13, 2022
1 parent fcbcb5f commit 4065a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ The file type is based on the supplied extension. Both 3MF and STL are supported
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 --parameters outer=8.0 --parameters inner=5.0
cargo run -- -m spacer --parameters "outer=8.0,inner=5.0"
```


Expand Down

0 comments on commit 4065a21

Please sign in to comment.