From 85d08e2eac1a310a7944e044650fe160ada64cbd Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 8 Mar 2021 02:10:53 -0600 Subject: [PATCH] fix start command in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ac760..bf4b6fd 100644 --- a/README.md +++ b/README.md @@ -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 ```