diff --git a/README.md b/README.md index 01287af..0244401 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,4 @@ QVariantList unpacked = MsgPack::unpack(array).toList(); By default these Qt types are supported: Int, UInt, LongLong, ULongLong, Double, QByteArray, Bool, QString, QStringList, QVariantList, QVariantMap. -Also you can provide packer and unpacker functions for any other type Qt (even for user type defined via Q_DECLARE_METATYPE) or MsgPack type. +Also you can provide packer and unpacker functions for any other type (even for user type defined via Q_DECLARE_METATYPE) or MsgPack type.