@width-com/web-sdk 1.0.0-beta.2 → 1.0.0

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
@@ -7,11 +7,13 @@
7
7
  ## 安装
8
8
 
9
9
  ```bash
10
- npm install ./width-web-sdk-x.x.x.tgz
10
+ npm install @width-com/web-sdk
11
11
  # 或
12
- pnpm add ./width-web-sdk-x.x.x.tgz
12
+ pnpm add @width-com/web-sdk
13
13
  ```
14
14
 
15
+ > 测试版:`npm install @width-com/web-sdk@beta`
16
+
15
17
  ## 快速开始
16
18
 
17
19
  ```ts