Updated README to have correct commands

The provided commands return an Unknown Command error
This commit is contained in:
Wesley Grove 2021-04-12 09:05:10 -04:00 committed by GitHub
parent 49df35eecf
commit d15f148f40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@ npm install
### Start the app in development mode (hot-code reloading, error reporting, etc.) ### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash ```bash
npm dev npm run dev
``` ```
### Build the app for production ### Build the app for production
```bash ```bash
npm build npm run build
``` ```
### New object files go into ### New object files go into