Update README.md

This commit is contained in:
Guillaume P 2017-02-11 13:56:11 +01:00 committed by GitHub
parent 66e75fe3cc
commit 52d2550d4e

View file

@ -8,7 +8,7 @@ Find it on Docs.rs: [structopt-derive](https://docs.rs/structopt-derive) and [st
## Example
Add `clap`, `structopt` and `structop-derive` to your dependencies of your `Cargo.toml`:
Add `structopt` and `structop-derive` to your dependencies of your `Cargo.toml`:
```toml
[dependencies]
structopt = "0.0.3"