From 8d664aea55f0f798fecfd5c644574a701e1f65d6 Mon Sep 17 00:00:00 2001 From: Shan Kulkarni Date: Thu, 19 Apr 2018 11:52:44 +0530 Subject: [PATCH] Installation instructions updated :) Just a minor change in the directory name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f8bc2b..a136eed 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ In Golang we can analyze algorithm efficiency by writing benchmark functions and ```bash git clone https://github.com/CodingBerg/benchgraph.git -cd ./benchmark +cd ./benchgraph go get ./ go install ```