Update readme.md
This commit is contained in:
parent
5ae2b5c38e
commit
89865cf788
@ -16,7 +16,7 @@ A Normal Packet would look like this
|
||||
```
|
||||
But you can parse even more Objects inside the Packet
|
||||
```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
|
||||
|
Reference in New Issue
Block a user