Skip to content

Commit

Permalink
docs: fixes typo in docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jan 9, 2018
1 parent 3e97085 commit 3fef176
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 @@ -310,7 +310,7 @@ subcommands:
Since this feature requires additional dependencies that not everyone may want, it is *not* compiled in by default and we need to enable a feature flag in Cargo.toml:
Simply change your `clap = "2.29"` to `clap = {version = "2.87", features = ["yaml"]}`.
Simply change your `clap = "2.29"` to `clap = {version = "2.29", features = ["yaml"]}`.

Finally we create our `main.rs` file just like we would have with the previous two examples:

Expand Down

0 comments on commit 3fef176

Please sign in to comment.