Small correction for core.md

This commit is contained in:
ChronosX88 2019-12-15 20:26:23 +04:00
parent 788daa8516
commit 70f490c72e
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -4,7 +4,6 @@
- [Transport](#transport)
- [Entity ID](#entity-id)
- [BaseMessage](#basemessage)
- [User devices](#user-devices)
## Transport
For starting we simply use JSON + Websockets.
@ -64,8 +63,4 @@ interface BaseMessage {
*/
payload: Map<K,V>
}
```
## User devices
`todo`
```