docs(README.md): Fixes typo at line 413

Fixes issue #1984
This commit is contained in:
Gabriel Lima 2020-06-25 10:01:52 -03:00 committed by GitHub
parent 81457178fa
commit 0512e7cea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -410,7 +410,7 @@ To try out the pre-built [examples][examples], use the following steps:
To test out `clap`'s default auto-generated help/version follow these steps:
* Create a new cargo project `$ cargo new fake --bin && cd fake`
* Writer your program as described in the quick example section.
* Write your program as described in the quick example section.
* Build your program `$ cargo build --release`
* Run with help or version `$ ./target/release/fake --help` or `$ ./target/release/fake --version`