From 3fef176543daf9cc4109b23b7395d21dde16927a Mon Sep 17 00:00:00 2001 From: Kevin K Date: Tue, 9 Jan 2018 12:07:19 -0500 Subject: [PATCH] docs: fixes typo in docs version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bbe0d20be2..95969569871 100644 --- a/README.md +++ b/README.md @@ -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: