Skip to content

Commit

Permalink
fix: README format (#23)
Browse files Browse the repository at this point in the history
changed c++ to cpp in code block
  • Loading branch information
johnpatek authored Jan 10, 2025
1 parent 3cff928 commit 5227aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int main(int argc, const char **argv)
Basic SigFn usage in C++. It is copied from `pause.cpp` in the
`examples` directory.
```c++
```cpp
#include <sigfn.hpp>
#include <iostream>
Expand Down

0 comments on commit 5227aed

Please sign in to comment.