Merge pull request #218 from therealprof/fix-readme-example

Fixed example in README to actually work
This commit is contained in:
Hanno Braun 2022-02-20 12:46:58 +01:00 committed by GitHub
commit c70633e9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```