Skip to content

Commit

Permalink
Merge pull request rust-lang#54 from talklittle/patch-1
Browse files Browse the repository at this point in the history
Fix install command typo in readme
  • Loading branch information
ibabushkin authored Apr 9, 2018
2 parents 54c529d + b6bf991 commit 1169ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If you have built using `cargo build --release` instead, change the path to poin
You can also install the (possibly more stable) version of the tool from crates.io:

```sh
$ cargo install +nightly semverver
$ cargo +nightly install semverver
```

## Usage
Expand Down

0 comments on commit 1169ed9

Please sign in to comment.