Update README.md
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							@@ -15,14 +15,14 @@ update. Be aware though that this doesn't necessarily applies for SNAPSHOT build
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#### Master
 | 
			
		||||
[](https://travis-ci.org/Dissem/MsgPack) 
 | 
			
		||||
[](https://www.codacy.com/app/chrigu-meyer/MsgPack/dashboard?bid=4122049)
 | 
			
		||||
[](https://codecov.io/github/Dissem/MsgPack?branch=master)
 | 
			
		||||
[](https://travis-ci.org/Dissem/Simple-MsgPack) 
 | 
			
		||||
[](https://www.codacy.com/app/chrigu-meyer/Simple-MsgPack/dashboard?bid=4122049)
 | 
			
		||||
[](https://codecov.io/github/Dissem/Simple-MsgPack?branch=master)
 | 
			
		||||
 | 
			
		||||
#### Develop
 | 
			
		||||
[](https://travis-ci.org/Dissem/MsgPack?branch=develop) 
 | 
			
		||||
[](https://www.codacy.com/app/chrigu-meyer/MsgPack/dashboard?bid=4118049)
 | 
			
		||||
[](https://codecov.io/github/Dissem/MsgPack?branch=develop)
 | 
			
		||||
[](https://travis-ci.org/Dissem/Simple-MsgPack?branch=develop) 
 | 
			
		||||
[](https://www.codacy.com/app/chrigu-meyer/Simple-MsgPack/dashboard?bid=4118049)
 | 
			
		||||
[](https://codecov.io/github/Dissem/Simple-MsgPack?branch=develop)
 | 
			
		||||
 | 
			
		||||
Limitations
 | 
			
		||||
--------------
 | 
			
		||||
@@ -84,4 +84,4 @@ InputStream in = ...;
 | 
			
		||||
MPType read = reader.read(in);
 | 
			
		||||
MPMap<MPString, MPString> map = (MPMap<MPString, MPString>) read;
 | 
			
		||||
String value = map.get(mp("key")).getValue();
 | 
			
		||||
```
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user