From 8ed50d8f0c7004fc16d2ce1e7dc3ce6d23764a24 Mon Sep 17 00:00:00 2001 From: atjn Date: Tue, 4 May 2021 14:13:34 +0200 Subject: [PATCH] Fix install command in README --- api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 43a76fc6..0913f4b1 100644 --- a/api/README.md +++ b/api/README.md @@ -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: