Merge pull request #1117 from redboltz/fix_1116

Fixed invalid documentation.
This commit is contained in:
Takatoshi Kondo
2024-04-17 20:47:25 +09:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ Same as QuickStart for C Language.
## First program
Include `msgpack.hpp` header and link `msgpack` library to use MessagePack on your program.
Include `msgpack.hpp` header to use MessagePack on your program.
```cpp
#include <msgpack.hpp>