Fixed invalid documentation.

This commit is contained in:
Takatoshi Kondo 2024-04-17 20:19:00 +09:00
parent 44c0f705c9
commit 7bb73f3b98

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>