Skip to content

Commit adbd34f

Browse files
committed
chore: update unstable install command
1 parent 5cdeb6a commit adbd34f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To use Design React as a dependency in your React project you can install it fro
7070
```sh
7171
$ create-react-app nome-app
7272
$ cd nome-app
73-
$ yarn add design-react-kit --save
73+
$ yarn add design-react-kit@unstable --save
7474
```
7575

7676
## Add bootstrap-italia and fonts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Per utilizzare Design React come dipendenza in un'app è possibile installarla d
7070
```sh
7171
$ create-react-app nome-app
7272
$ cd nome-app
73-
$ yarn add design-react-kit --save
73+
$ yarn add design-react-kit@unstable --save
7474
```
7575

7676
## Aggiungere bootstrap-italia ed i font

stories/Welcome.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { Container, Col, Row } from '../src';
3333
. Per iniziare, è sufficiente installare il pacchetto <Code>npm</Code> attraverso il seguente comando:
3434
</p>
3535
<p className='text-center'>
36-
<Code>npm install design-react-kit --save</Code>
36+
<Code>npm install design-react-kit@unstable --save</Code>
3737
</p>
3838
<p className='fw-bold small text-center'>
3939
Attenzione: la libreria è ancora in fase di sviluppo e non contiene tutti i componenti disponibili nello UI Kit

stories/Welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const Welcome = () => (
3030
. Per iniziare, è sufficiente installare il pacchetto <code>npm</code> attraverso il seguente comando:
3131
</p>
3232
<p className='text-center'>
33-
<code>npm install design-react-kit --save</code>
33+
<code>npm install design-react-kit@unstable --save</code>
3434
</p>
3535
<p className='fw-bold small text-center'>
3636
Attenzione: la libreria è ancora in fase di sviluppo e non contiene tutti i componenti disponibili nello UI

0 commit comments

Comments
 (0)