@sysvale/cuida 3.93.1 → 3.94.0

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 CHANGED
@@ -15,7 +15,7 @@
15
15
  - O Cuida pode ser instalado com o npm:
16
16
 
17
17
  ```bash
18
- npm i @sysvale/cuida;
18
+ npm i @sysvale/cuida
19
19
  ```
20
20
 
21
21
  ## Usando
@@ -40,6 +40,7 @@ app.use(Cuida);
40
40
  - Exponha os utils do Cuida:
41
41
 
42
42
  ```js
43
+ const cdsUtils = Cuida.utils;
43
44
  app.provide('cdsUtils', cdsUtils);
44
45
  ```
45
46