@roomkit/client 1.2.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -231,9 +231,9 @@ class GameClient {
|
|
|
231
231
|
}
|
|
232
232
|
```
|
|
233
233
|
|
|
234
|
-
###
|
|
234
|
+
### Chat Client Example
|
|
235
235
|
|
|
236
|
-
See [examples/
|
|
236
|
+
See [examples/simple-chat-client.ts](./examples/simple-chat-client.ts) for a complete example.
|
|
237
237
|
|
|
238
238
|
## Type Safety
|
|
239
239
|
|