Skip to content

Commit 48a2108

Browse files
Fixing typo
1 parent ae3e807 commit 48a2108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Specific version (or branch) specs for the dependenies are in `test/CMakeLists.t
4646

4747
To build and run the unit test program:
4848

49-
First clone the `shared-buffer` repository, then create a build directory in parallel to the `shared-queue` directory (this is called "out of source" builds, which is recommended), then `cd` (change directory) into the build directory. The CMake commands:
49+
First clone the `shared-buffer` repository, then create a build directory in parallel to the `shared-buffer` directory (this is called "out of source" builds, which is recommended), then `cd` (change directory) into the build directory. The CMake commands:
5050

5151
```
5252
cmake -D SHARED_BUFFER_BUILD_TESTS:BOOL=ON ../shared-buffer

0 commit comments

Comments
 (0)