summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4d69c1..46af810 100644
--- a/README.md
+++ b/README.md
@@ -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.