From 3fc4244de2ec5cb03c1c02b8667d5192a378f170 Mon Sep 17 00:00:00 2001 From: Ram Reddy <69733662+ramnreddy15@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:08:10 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2bfc70..bb39ebb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Make sure to replace "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" -``` when creating a branch. This in the scripts section of package.json +``` +when creating a branch. This in the scripts section of package.json # Committing to master Run ```yarn run build``` in the console @@ -44,10 +45,12 @@ Also replace "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" -``` with +``` +with ``` "start": "serve -s build/" -``` in the scripts section of package.json +``` +This is in the scripts section of package.json ## Available Scripts