Update README.md

Changed install instructions from pinned version to any via crates.io
This commit is contained in:
Kevin K. 2015-03-01 11:27:29 -05:00
parent 9923948f2d
commit 299a93f1dc

View file

@ -85,7 +85,7 @@ Simply add `clap` as a dependecy in your `Cargo.toml` file:
```
[dependencies]
clap = "0.3.5"
clap = "*"
```
Or to simply track the latest version on the master branch: