@tencentcloud/tccc-sip-js 0.1.0 → 0.1.2

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
@@ -2,13 +2,13 @@
2
2
 
3
3
  ## 开始
4
4
 
5
- * `$ npm install @tencent/tccc-sip-js --registry https://mirrors.tencent.com/npm/'`
5
+ * `$ npm install @tencentcloud/tccc-sip-js --registry https://mirrors.tencent.com/npm/'`
6
6
 
7
7
  ## 使用
8
8
 
9
9
 
10
10
  ```javascript
11
- import JsSIP from '@tencent/tccc-sip-js';
11
+ import JsSIP from '@tencentcloud/tccc-sip-js';
12
12
  // Create our instance and run it:
13
13
  const sdkAppId = '1400000000';
14
14
  const user = '888888';