From a123d3f4bb950ee6b8d6da0da53b4febc28a03a0 Mon Sep 17 00:00:00 2001 From: Rasoul Mousavian Date: Fri, 6 Sep 2024 12:24:17 +0330 Subject: [PATCH] fix npm command typo in deployment instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9193e6..7f50209 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ npm run deploy ```bash $ git clone https://github.com/ifyour/cf-image-hosting.git $ cd cf-image-hosting -$ npm run install && npm run deploy +$ npm install && npm run deploy ```