summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGabriel SoHappy <czh.gabriel@gmail.com>2015-10-22 02:30:37 +0800
committerGabriel SoHappy <czh.gabriel@gmail.com>2015-10-22 02:30:37 +0800
commita6d6be3e30a113335fe14aa6248b7b8bff5a1487 (patch)
tree311ab0b5af75f8eb1089c97a338a7d3636e4e050
parent78693f418632a805ee7d0857a9c771615d971d88 (diff)
fix double quote formatting
-rw-r--r--messagepack.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/messagepack.html.markdown b/messagepack.html.markdown
index 0ee90742..9291fffc 100644
--- a/messagepack.html.markdown
+++ b/messagepack.html.markdown
@@ -16,7 +16,7 @@ In MessagePack, small integers are encoded into a single byte, and typical short
JSON, 40 Bytes UTF-8
----------------------------------------------
-| {“name“:”John Doe“,”age“:12} |
+| {"name":"John Doe","age":12} |
----------------------------------------------
| {" | 7B 22 |
| name | 6E 61 6D 65 |