diff --git a/README.md b/README.md index 65f785b..d0695d0 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ TypeScript/JavaScript client for Rondevu, providing topic-based peer discovery, stateless authentication, and complete WebRTC signaling with trickle ICE support. **Related repositories:** -- [rondevu-server](https://github.com/xtr-dev/rondevu-server) - HTTP signaling server -- [rondevu-demo](https://rondevu-demo.pages.dev) - Interactive demo +- [@xtr-dev/rondevu-client](https://github.com/xtr-dev/rondevu-client) - TypeScript client library ([npm](https://www.npmjs.com/package/@xtr-dev/rondevu-client)) +- [@xtr-dev/rondevu-server](https://github.com/xtr-dev/rondevu-server) - HTTP signaling server ([npm](https://www.npmjs.com/package/@xtr-dev/rondevu-server)) +- [@xtr-dev/rondevu-demo](https://github.com/xtr-dev/rondevu-demo) - Interactive demo ([live](https://rondevu-demo.pages.dev)) ---