diff --git a/QUICKSTART-CPP.md b/QUICKSTART-CPP.md index fd4fadbc3..a9dc8fd8d 100644 --- a/QUICKSTART-CPP.md +++ b/QUICKSTART-CPP.md @@ -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