Changed library name
This commit is contained in:
parent
4505c5b22c
commit
97dad0a7b9
@ -1,5 +1,5 @@
|
||||
msgpack
|
||||
=======
|
||||
Simple MessagePack
|
||||
==================
|
||||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ch.dissem.msgpack/msgpack/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ch.dissem.msgpack/msgpack)
|
||||
[![Javadoc](https://javadoc-emblem.rhcloud.com/doc/ch.dissem.msgpack/msgpack/badge.svg)](http://www.javadoc.io/doc/ch.dissem.msgpack/msgpack)
|
||||
[![Apache 2](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/Dissem/Jabit/master/LICENSE)
|
||||
@ -10,7 +10,7 @@ objects representing MessagePack types. To build, use command `./gradlew build`.
|
||||
For most cases you might be better off using `org.msgpack:msgpack`, but I found that I needed something that generically
|
||||
represents the internal structure of the data.
|
||||
|
||||
msgpack uses Semantic Versioning, meaning as long as the major version doesn't change, nothing should break if you
|
||||
_Simple MessagePack_ uses Semantic Versioning, meaning as long as the major version doesn't change, nothing should break if you
|
||||
update. Be aware though that this doesn't necessarily applies for SNAPSHOT builds and the development branch.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user