Skip to content

Commit

Permalink
fix start command in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Mar 8, 2021
1 parent 30e0442 commit 85d08e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can use the [vite-template-solid](https://github.com/amoutonbrady/vite-templ
$ npx degit amoutonbrady/vite-template-solid/js my-project
$ cd my-project
$ npm install # or pnpm install or yarn install
$ npm run dev # starts dev-server with hot-module-reloading
$ npm run start # starts dev-server with hot-module-reloading
$ npm run build # builds to /dist
```

Expand Down

0 comments on commit 85d08e2

Please sign in to comment.