Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Jul 29, 2024
1 parent 156fcd3 commit be3ea0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install
### Running developement server

```shell
npm start
npm run dev
```

This runs the app in the development mode.
Expand All @@ -45,7 +45,7 @@ You will also see any lint errors in the console.
npm run build
```

This builds the app for production to the `build` folder.
This builds the app for production to the `dist` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

## Development
Expand Down

0 comments on commit be3ea0e

Please sign in to comment.