From c60cc85fd93ce1c05a3a8e5cb74cf842d74f978f Mon Sep 17 00:00:00 2001 From: Vlad-Shcherbina Date: Sat, 31 Aug 2019 23:41:45 +0300 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f84163..dde66ad 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ This may require a nightly version of `cargo` if you get an error about the `ins ## Compiling -Follow these instructions to compile `cargo-count`, then skip down to Installation. +Follow these instructions to compile `cargo-graph`, then skip down to Installation. 1. Ensure you have current version of `cargo` and [Rust](https://www.rust-lang.org) installed 2. Clone the project `$ git clone https://github.com/kbknapp/cargo-graph && cd cargo-graph`