From bc2552f505b70ea51fd58252aac885ea39bdac46 Mon Sep 17 00:00:00 2001 From: Richard Petrie Date: Sat, 12 Nov 2016 01:08:54 -0600 Subject: [PATCH] Corrected name of tests folder Unsure why these are wrong, but simple fixes --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c15514ee..615959fc 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ SUBCOMMANDS: To try out the pre-built example, use the following steps: -* Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/clap-tests` +* Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/tests` * Compile the example `$ cargo build --release` * Run the help info `$ ./target/release/claptests --help` * Play with the arguments! diff --git a/src/lib.rs b/src/lib.rs index 6445a106..9fff6431 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -270,7 +270,7 @@ //! //! To try out the pre-built example, use the following steps: //! -//! * Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/clap-tests` +//! * Clone the repository `$ git clone https://github.com/kbknapp/clap-rs && cd clap-rs/tests` //! * Compile the example `$ cargo build --release` //! * Run the help info `$ ./target/release/claptests --help` //! * Play with the arguments!