@evolution-soft/ui 1.0.4 → 1.0.5
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ export default function RootLayout({ children }) {
|
|
|
57
57
|
|
|
58
58
|
---
|
|
59
59
|
|
|
60
|
-
## 🛠️ Desenvolver e publicar (como
|
|
60
|
+
## 🛠️ Desenvolver e publicar (como mantedor)
|
|
61
61
|
|
|
62
62
|
### Pré-requisitos
|
|
63
63
|
|
|
@@ -67,7 +67,7 @@ export default function RootLayout({ children }) {
|
|
|
67
67
|
### Setup local
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
|
-
git clone https://
|
|
70
|
+
git clone https://SeuUsuario@bitbucket.org/evolutionsoftteam/evolution-backoffice-storybook.git
|
|
71
71
|
cd evolution-backoffice-storybook
|
|
72
72
|
npm install
|
|
73
73
|
```
|