Skip to content

Commit bf444ee

Browse files
committed
Fix typo
1 parent 6388dd9 commit bf444ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-cmake-pkg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cmake --install build --prefix inst
2525
### Build simple-cmake-pkg
2626

2727
```sh
28-
cd examples\simple-cmake-pkg
28+
cd examples/simple-cmake-pkg
2929
mkdir build
3030
cmake -S . -B build -DCMAKE_PREFIX_PATH=../../inst/lib/cmake
3131
cmake --build build

0 commit comments

Comments
 (0)