Skip to content

Commit b6bf991

Browse files
authored
Fix install command typo in readme
1 parent 54c529d commit b6bf991

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
@@ -67,7 +67,7 @@ If you have built using `cargo build --release` instead, change the path to poin
6767
You can also install the (possibly more stable) version of the tool from crates.io:
6868

6969
```sh
70-
$ cargo install +nightly semverver
70+
$ cargo +nightly install semverver
7171
```
7272

7373
## Usage

0 commit comments

Comments
 (0)