Skip to content

Commit f61383c

Browse files
authored
Update README.md (#152)
`-f` has been removed.
1 parent 8f14fb5 commit f61383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To compile and run the project, you need to have Rust & Cargo installed.
3434
cargo r
3535

3636
# To run a script
37-
cargo r -- -f ./scripts/hello_world.sh
37+
cargo r -- ./scripts/hello_world.sh
3838
```
3939

4040
## License

0 commit comments

Comments
 (0)