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 ```