From d15f148f4082d3ed68976402bd36beaf51f1a0ec Mon Sep 17 00:00:00 2001 From: Wesley Grove <34076257+wesleymg@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:05:10 -0400 Subject: [PATCH] Updated README to have correct commands The provided commands return an Unknown Command error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b778e2f..572bbdb 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ npm install ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash -npm dev +npm run dev ``` ### Build the app for production ```bash -npm build +npm run build ``` ### New object files go into