summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8b7824..8106c4a 100644
--- a/README.md
+++ b/README.md
@@ -212,11 +212,11 @@ The build only produces test and example binaries.
# Running tests
* You can use the CMake test runner `ctest`
-* You can run the test binaries directly `rxcppv2_test_*`
+* You can run the test binaries directly `rxcpp_test_*`
* Tests can be selected by name or tag
Example of by-tag
-`rxcppv2_test_subscription [perf]`
+`rxcpp_test_subscription [perf]`
# Documentation