diff --git a/doc/catch.md b/doc/catch.md index 28c80d30..aaf50f4e 100644 --- a/doc/catch.md +++ b/doc/catch.md @@ -4,12 +4,12 @@ rapidcheck comes with some basic integrations for the catch test library. ## Usage -This support is available throught the `extras/catch` module. You can either -directly add the `extras/gtest/inclode` directory to your include path: +This support is available through the `extras/catch` module. You can either +directly add the `extras/catch/include` directory to your include path: ```cmake add_subdirectory(rapidcheck) -set include_directories(rapidcheck/extras/gtest/include) +set include_directories(rapidcheck/extras/catch/include) add_executable(MyTest main.cpp) ```