From 366d34bd9a53ca080985c711d0aa77d82af54ab2 Mon Sep 17 00:00:00 2001 From: Isha Date: Thu, 7 Jul 2022 12:12:53 +0200 Subject: [PATCH] Fix typo in start command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5a378..05451b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npm install ### Hosts dev server and hot-reloads modules as they're changed ``` -npm starts +npm start ``` ### Compiles and minifies for production