Skip to content

Commit 1169ed9

Browse files
authored
Merge pull request rust-lang#54 from talklittle/patch-1
Fix install command typo in readme
2 parents 54c529d + b6bf991 commit 1169ed9

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)