Skip to content

Commit 1509104

Browse files
committed
[skip ci] Use ```Cpp consistently
1 parent c08294b commit 1509104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Example usage
2020
-------------
2121

22-
```C++
22+
```Cpp
2323
#include "nonstd/string_view.hpp"
2424
#include <iostream>
2525

@@ -229,7 +229,7 @@ Here we use c:\string-view-lite\build-win-x86-vc10.
229229

230230
2. Configure CMake to use the compiler of your choice (run `cmake --help` for a list).
231231

232-
cmake -G "Visual Studio 10 2010" -DSTRINGVIEW_LITE_OPT_BUILD_TESTS=ON ..
232+
cmake -G "Visual Studio 10 2010" -DSTRING_VIEW_LITE_OPT_BUILD_TESTS=ON ..
233233

234234
3. Build the test suite in the Debug configuration (alternatively use Release).
235235

0 commit comments

Comments
 (0)