Skip to content

Commit 404880d

Browse files
committed
Fixing typo in single_header command in the README
1 parent 20652ad commit 404880d

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
@@ -47,7 +47,7 @@ To just build the single header you can simply run the target:
4747
```shell
4848
cmake -Bbuild -H. -DDBC_GENERATE_SINGLE_HEADER=ON
4949

50-
cmake --build build --parallel `nproc` --target single-header
50+
cmake --build build --parallel `nproc` --target single_header
5151
```
5252

5353

0 commit comments

Comments
 (0)