@pryv/socket.io 2.3.0 → 2.3.3
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ const apiEndpoint = 'https://{token}@my-computer.rec.la:4443/{username}/';
|
|
|
94
94
|
|
|
95
95
|
#### Example web app
|
|
96
96
|
|
|
97
|
-
See [here](
|
|
97
|
+
See [here](../../examples/socket.io.html) for a simple app that allows to log in a Pryv.io platform, register to monitor events changes and create notes. You can try it running [there](https://api.pryv.com/lib-js/examples/socket.io.html).
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
## Contributing
|