fishpi 0.1.15 → 0.1.17

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
@@ -102,8 +102,8 @@ globalThis.fetch = fetch as any;
102
102
 
103
103
  ## 命令行工具
104
104
 
105
- 全局安装[`fishpi.js`](./cli),执行 `fishpi` 可以使用一个摸鱼派命令行工具,包含几乎所有功能。
105
+ 全局安装[`fishpi-cli`](./cli),执行 `fishpi` 可以使用一个摸鱼派命令行工具,包含几乎所有功能。
106
106
 
107
107
  ```
108
- npm i -g fishpi.js
108
+ npm i -g fishpi-cli
109
109
  ```