mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Fix install command in README
This commit is contained in:
@@ -9,7 +9,7 @@ Squoosh API is currently not the fastest image compression tool in town and does
|
||||
The Squoosh API can be installed to your local project with the following command:
|
||||
|
||||
```
|
||||
$ npm --install @squoosh/api
|
||||
$ npm install @squoosh/api
|
||||
```
|
||||
|
||||
You can start using the API by adding these lines to the top of your JS program:
|
||||
|
||||
Reference in New Issue
Block a user