From 71ba2da3f68b52bf648ff4968faa3e180e395516 Mon Sep 17 00:00:00 2001 From: Ross Nelson Date: Mon, 16 Nov 2015 08:45:20 -0600 Subject: [PATCH] docs(Dependencies Tree): fixed a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee4c9f62..7cd9f1d4 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ The following is a list of optional `clap` features: ### Dependencies Tree -The following graphic depicts `clap`s dependency graph (generated using [cargo-grpah](https://github.com/kbknapp/cargo-graph)). +The following graphic depicts `clap`s dependency graph (generated using [cargo-graph](https://github.com/kbknapp/cargo-graph)). * **Dashed** Line: Optional dependency * **Red** Color: **NOT** included by default (must use cargo `features` to enable)