luis-ui-lib 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,17 +8,17 @@ Você pode instalar a biblioteca utilizando npm, yarn ou pnpm:
|
|
|
8
8
|
|
|
9
9
|
### Usando npm
|
|
10
10
|
```bash
|
|
11
|
-
npm install
|
|
11
|
+
npm install luis-ui-lib
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
### Usando yarn
|
|
15
15
|
```bash
|
|
16
|
-
yarn add
|
|
16
|
+
yarn add luis-ui-lib
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
### Usando pnpm
|
|
20
20
|
```bash
|
|
21
|
-
pnpm add
|
|
21
|
+
pnpm add luis-ui-lib
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Configuração
|