diff --git a/doc/quickstart-cmake.md b/doc/quickstart-cmake.md index e7f4a7095..2cb4a650d 100644 --- a/doc/quickstart-cmake.md +++ b/doc/quickstart-cmake.md @@ -88,7 +88,7 @@ FuzzTest CMake already handles its dependencies on its own: With the CMake workspace set up, you can start using FuzzTest. Let's create a trivial example to make sure everything runs correctly. -Create a file named `first_fuzz_test.cc` in the directory `first_fuzz` with the +Create a file named `first_fuzz_test.cc` in the directory `first_fuzz_project` with the following contents: ```c++