Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Ho corretto il comando yarn create vite my-react-app --template react, sostituendo il placeholder "my-react-app" con "nome-app" per mantenere la coerenza con il passaggio successivo. Questo rende più chiaro il flusso per gli utenti che seguono il tutorial.
  • Loading branch information
phoskee committed Sep 27, 2024
1 parent 4647afb commit c3dcd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Per giocare con la libreria è disponibile il [Playground React Kit](https://git
Per utilizzare Design React come dipendenza in un'app è possibile installarla da [npm](https://www.npmjs.com/~italia). Suggeriamo di usare `create vite` per creare una nuova webapp React, come segue:

```sh
yarn create vite my-react-app --template react
yarn create vite nome-app --template react
cd nome-app
yarn add design-react-kit --save
```
Expand Down

0 comments on commit c3dcd60

Please sign in to comment.