Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
你可以通过npm去安装依赖:

```js
npm install js-image-compressor --save-dev
npm install js-image-compressor
```

也可以在下载后,在 `dist` 目录下找到 `image-compress.min.js` 文件在页面中通过 `script` 引入:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Document language:
You can install dependencies through npm:

```js
npm install js-image-compressor --save-dev
npm install js-image-compressor
```

You can also find the file `image-compress.min.js` in the `dist` directory after downloading and import it through `script` on the page:
Expand Down