Skip to content

Commit 8a4fda6

Browse files
committed
Fix header name in README.md
1 parent c557e51 commit 8a4fda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgpack23 is a lightweight library that provides a straightforward approach to s
2525
2. **Include the Header**
2626
Since this is a header-only library, just include the main header in your project:
2727
```cpp
28-
#include "msgpack23.hpp"
28+
#include "msgpack23.h"
2929
```
3030

3131
3. **Pack and Unpack**

0 commit comments

Comments
 (0)