Update readme.md
This commit is contained in:
		@ -16,7 +16,7 @@ A Normal Packet would look like this
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
But you can parse even more Objects inside the Packet
 | 
					But you can parse even more Objects inside the Packet
 | 
				
			||||||
```json
 | 
					```json
 | 
				
			||||||
{"event":"name", "payload":{"arg1":"arg_value_1","arg2":"arg_value_2","arg3":"arg_value_3"}});
 | 
					{"event":"name", "payload":{"arg1":"arg_value_1","arg2":"arg_value_2","arg3":"arg_value_3"}};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
and this can go on for ever but, this should show the point of a packet
 | 
					and this can go on for ever but, this should show the point of a packet
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user