Skip to content

Commit

Permalink
Merge pull request #5 from aminya/patch-1
Browse files Browse the repository at this point in the history
fix start command in the readme
  • Loading branch information
amoutonbrady authored Mar 8, 2021
2 parents 30e0442 + 85d08e2 commit 79165cd
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 79165cd

Please sign in to comment.