diff --git a/README.md b/README.md index 3c21937..ea14d73 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ git clone https://github.com/google/googletest.git benchmark/googletest $ mkdir build && cd build # Generate a Makefile with cmake. # Use cmake -G to generate a different file type. -$ cmake ../benchmark +$ cmake ../ # Build the library. $ make ```