summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-02-06 20:35:41 +0900
committerInada Naoki <songofacandy@gmail.com>2020-02-06 20:35:41 +0900
commit0dad82116912878dfb172de3f5affe128c7475ce (patch)
tree91bfa0f5e2e43f4cce6b4075bc17df218fcbe525 /README.md
parent24950990f4ebeffbf98acd188b171cc60a27095e (diff)
downloadmsgpack-python-0dad82116912878dfb172de3f5affe128c7475ce.tar.gz
Fix markdown
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.