docs: update README

This commit is contained in:
mrholek
2023-11-26 12:35:32 +01:00
parent c27789b282
commit 6aa4b2dad4
+2 -2
View File
@@ -81,14 +81,14 @@ $ yarn install
``` bash ``` bash
# dev server with hot reload at http://localhost:3000 # dev server with hot reload at http://localhost:3000
$ npm run serve $ npm run dev
``` ```
or or
``` bash ``` bash
# dev server with hot reload at http://localhost:3000 # dev server with hot reload at http://localhost:3000
$ yarn serve $ yarn dev
``` ```
Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files. Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.