Update README.md - fix two typos

Fix two misspellings
This commit is contained in:
sgmoore 2021-10-02 00:58:08 -07:00 committed by Michael Vines
parent d7d9e30c27
commit 4b2fe9b20d
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ $ npm install
### Local Development ### Local Development
This command starts a local development server and open up a browser window. This command starts a local development server and opens up a browser window.
Most changes are reflected live without having to restart the server. Most changes are reflected live without having to restart the server.
(You might have to run build.sh first if you run into failures) (You might have to run build.sh first if you run into failures)
@ -22,7 +22,7 @@ $ npm run start
### Build Locally ### Build Locally
This command generates static content into the `build` directory and can be This command generates static content into the `build` directory and can be
served using any static contents hosting service. served using any static content hosting service.
```sh ```sh
$ docs/build.sh $ docs/build.sh