Skip to content

Commit b367042

Browse files
authored
Update README.md
1 parent 2aad35f commit b367042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ If you want to make a script usable across platforms, use *both* a hashbang line
108108

109109
## Expressions
110110

111-
Using the `-e`/`--expr` option a Rust expression can be evaluated directly, with optionally dependencies added using the `-d`/`--dep` option:
111+
Using the `-e`/`--expr` option a Rust expression can be evaluated directly, with dependencies (if any) added using `-d`/`--dep`:
112112

113113
```sh
114114
$ rust-script -e '1+2'

0 commit comments

Comments
 (0)