From 1b9d5f4c127cc83e75b571e7abb25f876b8119a0 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 19 Dec 2014 22:55:21 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.