mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 14:45:38 +02:00
Merge pull request #1117 from redboltz/fix_1116
Fixed invalid documentation.
This commit is contained in:
@@ -12,7 +12,7 @@ Same as QuickStart for C Language.
|
|||||||
|
|
||||||
## First program
|
## 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
|
```cpp
|
||||||
#include <msgpack.hpp>
|
#include <msgpack.hpp>
|
||||||
|
Reference in New Issue
Block a user