mirror of
https://github.com/xtr-dev/rondevu-client.git
synced 2025-12-10 02:43:25 +00:00
Rename package scope to @xtr-dev and update references.
Updated the package name and scope in `package.json`, README, and source files for both server and client. This ensures consistency and aligns with the new namespace.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/**
|
||||
* @rondevu/client - TypeScript client for Rondevu peer signaling server
|
||||
* TypeScript client for Rondevu peer signaling server
|
||||
*
|
||||
* @example
|
||||
* ```typescript
|
||||
* import { RondevuClient } from '@rondevu/client';
|
||||
* import { RondevuClient } from '@xtr-dev/rondevu-client';
|
||||
*
|
||||
* const client = new RondevuClient({
|
||||
* baseUrl: 'https://rondevu.example.com'
|
||||
|
||||
Reference in New Issue
Block a user