Fix markdown

This commit is contained in:
Inada Naoki 2020-02-06 20:35:41 +09:00
parent 24950990f4
commit 0dad821169

View file

@ -5,7 +5,7 @@
## What's this
`MessagePack <https://msgpack.org/>`_ is an efficient binary serialization format.
[MessagePack](https://msgpack.org/) is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON.
But it's faster and smaller.
This package provides CPython bindings for reading and writing MessagePack data.