Skip to content

Commit a806d01

Browse files
authored
Update README.md
1 parent f4601d0 commit a806d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ul>
2121
<li>Node.js (v12+)</li>
2222
<li>NPM or Yarn</li>
23-
<li>Basic knowledge of React</li>
23+
<li>Basic knowledge of React and Vite</li>
2424
</ul>
2525

2626
<h2 id="installation">Installation</h2>
@@ -54,7 +54,7 @@ npm install
5454
<h2 id="running-the-project">Running the Project</h2>
5555
<p>After installation, you can run the project locally:</p>
5656
<pre><code># Start the development server
57-
npm start
57+
npm run dev
5858
</code></pre>
5959

6060
<h2 id="contributing">Contributing</h2>

0 commit comments

Comments
 (0)