Changed library name
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
msgpack
 | 
			
		||||
=======
 | 
			
		||||
Simple MessagePack
 | 
			
		||||
==================
 | 
			
		||||
[](https://maven-badges.herokuapp.com/maven-central/ch.dissem.msgpack/msgpack)
 | 
			
		||||
[](http://www.javadoc.io/doc/ch.dissem.msgpack/msgpack)
 | 
			
		||||
[](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.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user