Fix install command in README

This commit is contained in:
atjn
2021-05-04 14:13:34 +02:00
parent b50402e3b3
commit 8ed50d8f0c

View File

@@ -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: 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: You can start using the API by adding these lines to the top of your JS program: