From 0e548bbf041062f21ac03a4e1126f69832e436ed Mon Sep 17 00:00:00 2001 From: 0xAirdropFarmer Date: Wed, 3 Jul 2024 12:02:56 +0700 Subject: [PATCH] Minor typo fix on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f75c14f..5cff7a5e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ $ yarn $ yarn start ``` -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. +This command starts a local development server and opens up a browser window. Most changes are reflected live without restart the server. ### Build @@ -22,7 +22,7 @@ This command starts a local development server and opens up a browser window. Mo $ yarn build ``` -This command generates static content into the `build` directory and can be served using any static contents hosting service. +This command generates static content into the `build` directory and can be served using any static content hosting service. ### Deployment