Skip to content

Commit 79165cd

Browse files
authored
Merge pull request #5 from aminya/patch-1
fix start command in the readme
2 parents 30e0442 + 85d08e2 commit 79165cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can use the [vite-template-solid](https://github.com/amoutonbrady/vite-templ
2424
$ npx degit amoutonbrady/vite-template-solid/js my-project
2525
$ cd my-project
2626
$ npm install # or pnpm install or yarn install
27-
$ npm run dev # starts dev-server with hot-module-reloading
27+
$ npm run start # starts dev-server with hot-module-reloading
2828
$ npm run build # builds to /dist
2929
```
3030

0 commit comments

Comments
 (0)