Skip to content

Commit

Permalink
minor README formatting fix (#52)
Browse files Browse the repository at this point in the history
Fix spelling error in Startup instructions and adjusted formatting for
ESLint, related to #51
  • Loading branch information
jayrevolinskyjr authored Mar 9, 2023
2 parents de5b67e + 5a7e99a commit a99762f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ npm install nodemon
$ nodemon bin/www
```

> Brower
> Browser
```shell
http://localhost:3000/
Expand All @@ -102,13 +102,13 @@ $ nodemon bin/www
## Static Code Analysis Tool

### ESLint
#### Install ESLint dependencies
> Install ESLint dependencies
```shell
npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-config-react-app eslint@^8.0.0 typescript
```

#### Run ESLint Locally
> Run ESLint Locally
```shell
npx eslint .
Expand Down

0 comments on commit a99762f

Please sign in to comment.