mixpeek 1.3.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 CHANGED
@@ -312,8 +312,8 @@ For complete API documentation, visit:
312
312
 
313
313
  ```bash
314
314
  # Clone the repository
315
- git clone https://github.com/mixpeek/server.git
316
- cd server/sdk/javascript-client
315
+ git clone https://github.com/mixpeek/javascript-sdk.git
316
+ cd javascript-sdk
317
317
 
318
318
  # Install dependencies
319
319
  npm install
@@ -352,7 +352,7 @@ We welcome contributions! Please see our [Contributing Guide](../../CONTRIBUTING
352
352
  - **Documentation**: https://docs.mixpeek.com
353
353
  - **Discord**: https://discord.gg/mixpeek
354
354
  - **Email**: support@mixpeek.com
355
- - **GitHub Issues**: https://github.com/mixpeek/server/issues
355
+ - **GitHub Issues**: https://github.com/mixpeek/javascript-sdk/issues
356
356
 
357
357
  ## License
358
358