jsly 2.0.5 → 3.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
@@ -1,6 +1,6 @@
1
1
  # jsly
2
2
 
3
- `jsly` 包含了一些常用的js函数工具
3
+ 一些常用的js函数工具
4
4
 
5
5
  ## 安装
6
6
 
@@ -13,6 +13,4 @@ npm install jsly
13
13
  ### 使用 cdn
14
14
  ```html
15
15
  <script src="https://cdn.jsdelivr.net/npm/jsly@<version>/dist/index.umd.js"></script>
16
- ```
17
-
18
- 其余每个模块的具体用方法请前往单独模块中查看
16
+ ```