Update readme.md

This commit is contained in:
steevLP 2019-09-28 20:18:00 +02:00 committed by GitHub
parent 5ae2b5c38e
commit 89865cf788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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