We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2495099 commit 0dad821Copy full SHA for 0dad821
README.md
@@ -5,7 +5,7 @@
5
6
## What's this
7
8
-`MessagePack <https://msgpack.org/>`_ is an efficient binary serialization format.
+[MessagePack](https://msgpack.org/) is an efficient binary serialization format.
9
It lets you exchange data among multiple languages like JSON.
10
But it's faster and smaller.
11
This package provides CPython bindings for reading and writing MessagePack data.
0 commit comments