From 6e4f3822e6e3f17c2c17760960c97841b74377a3 Mon Sep 17 00:00:00 2001 From: "Kevin K." Date: Fri, 20 Mar 2015 14:42:40 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de82278a..fa488ca7 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ Add `extern crate clap;` to your crate root. You can find complete documentation on the [github-pages site](http://kbknapp.github.io/clap-rs/docs/clap/index.html) for this project. +You can also find full usage examples in the examples/ directory of this repo. + ## How to build ### Running the tests