Skip to content

Commit 9fa5ff9

Browse files
authored
Update README.md
1 parent 0b11b53 commit 9fa5ff9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ npx create-quark-element
2424

2525
```
2626
cd my-element
27-
npm install
28-
npm start
27+
npm run dev
2928
```
3029

3130
Then open http://localhost:3000/ to see your app.
@@ -62,4 +61,4 @@ Use it as a normal html element in various frameworks (React/Vue/Angular/JQ):
6261

6362
```html
6463
<my-component></my-component>
65-
```
64+
```

0 commit comments

Comments
 (0)