summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Marsman <emarsman@gmail.com>2016-02-29 20:02:27 +0000
committerEric Marsman <emarsman@gmail.com>2016-02-29 20:02:27 +0000
commitaf79ee80e6d22984711d5622ab864a619451a2a4 (patch)
treef164cfb4bcaf0e8ce638da94fce6717717ea2262 /README.md
parentbb0a61b771b10590868341f05cb62df0d0deae57 (diff)
updated documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0597fc42..53b7c786 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# OpenXC Message Format Specification
-Version: v0.5.0
+Version: v0.6.0
This specification is a part of the [OpenXC platform][OpenXC].
@@ -35,7 +35,9 @@ MessagePack is an efficient binary serialization format. It lets you exchange da
among multiple languages like JSON. But it's faster and smaller. Small integers are
encoded into a single byte, and typical short strings require only one extra byte
in addition to the strings themselves
-For protocol specification visit https://github.com/msgpack/msgpack/blob/master/spec.md
+
+For protocol specification visit
+https://github.com/msgpack/msgpack/blob/master/spec.md
## Trace File Format