summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88787dbb..7f066003 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ So, for example, if you want to build the debug configuration on Visual Studio 2
> mkdir build
> cd build
> cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_INSTALL_PREFIX=..\bin -G "Visual Studio 14 2015"
-> cmake --build .. --config DEBUG --target install
+> cmake --build . --config DEBUG --target install
```
## Changing the lexer