Skip to content

Commit 2a42d57

Browse files
jameshcorbettCamStan
authored andcommitted
README: fix typo
Problem: the README has a typo and gives instructions that break. Fix it.
1 parent e5a6807 commit 2a42d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mkdir build
1919
mkdir install
2020

2121
cd build
22-
cmake -DCMAKE_INSTALL_PREFIX=../install ../kvtree
22+
cmake -DCMAKE_INSTALL_PREFIX=../install ../KVTree
2323
make
2424
make install
2525
make test

0 commit comments

Comments
 (0)