Skip to content

Commit

Permalink
Fixed invalid documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Apr 17, 2024
1 parent 44c0f70 commit 7bb73f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QUICKSTART-CPP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7bb73f3

Please sign in to comment.