summaryrefslogtreecommitdiff
path: root/compiler/cpp/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/cpp/tests/README.md')
-rw-r--r--compiler/cpp/tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/cpp/tests/README.md b/compiler/cpp/tests/README.md
index 91c0625a3..e45e29858 100644
--- a/compiler/cpp/tests/README.md
+++ b/compiler/cpp/tests/README.md
@@ -26,7 +26,7 @@ Also, maybe, later it will be migrated to Catch2 (https://github.com/philsquared
## How to add your tests
- Open **CMakeLists.txt**
-- Set **On** to call of **THRIFT_ADD_COMPILER** for your language
+- Set call of `THRIFT_ADD_COMPILER` for your language to `ON`
``` cmake
THRIFT_ADD_COMPILER(netstd "Enable compiler for .NET Standard" ON)
@@ -85,4 +85,4 @@ cd cmake-vs
cmake ..
cmake --build .
ctest -C Debug -V
-``` \ No newline at end of file
+```