Skip to content

Commit e13e1f9

Browse files
authored
Update tutorial.md (#9233)
1 parent b8ffde5 commit e13e1f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@
8383
- infoxicator
8484
- KostiantynPopovych
8585
- CanRau
86+
- dokeet

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We'll be using [Vite][vite] for our bundler and dev server for this tutorial. Yo
2222
👉️ **Open up your terminal and bootstrap a new React app with Vite:**
2323

2424
```sh
25-
npm create vite@latest -- --template react
25+
npm create vite@latest name-of-your-project -- --template react
2626
# follow prompts
2727
cd <your new project directory>
2828
npm install react-router-dom@pre localforage match-sorter sort-by

0 commit comments

Comments
 (0)