Skip to content

Commit f4d824f

Browse files
dmarxadamreichold
authored andcommitted
fix syntax error in readme example
1 parent d7fdc43 commit f4d824f

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
@@ -140,7 +140,7 @@ this will currently depend on both version `0.13.1` and `0.15.3` of `ndarray` by
140140
even though `0.13.1` is within the range `>= 0.13, < 0.16`. To fix this, you can run
141141

142142
```sh
143-
cargo update ---package ndarray:0.15.3 --precise 0.13.1
143+
cargo update --package ndarray:0.15.3 --precise 0.13.1
144144
```
145145

146146
to achieve a single dependency on version `0.13.1` of `ndarray`.

0 commit comments

Comments
 (0)