From 555a25a7f3bb358481e7a8585afb83dec3881dba Mon Sep 17 00:00:00 2001 From: Mahesh Chandra <148360659+maheshchandra10@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:02:27 +0530 Subject: [PATCH] fix: wrong Instructions in the readme.md to run the server-api locally (#363) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 137f9610..b4b13209 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Run: ```bash npm install -npm start:prod +npm run start:prod ``` server is ready to use on [http://localhost:80](http://localhost:80). @@ -89,4 +89,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!