sprintify-ui 0.0.34 → 0.0.35

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
@@ -37,13 +37,13 @@ npm i sprintify-ui --save
37
37
  `qs`
38
38
  `tailwindcss`
39
39
  `vue`
40
- `vue-18n`
40
+ `vue-i18n`
41
41
  `vue-router`
42
42
 
43
43
  To install them all :
44
44
 
45
45
  ```bash
46
- npm i @vueuse/core axios lodash luxon pinia qs tailwindcss vue vue-18n vue-router --save
46
+ npm i @vueuse/core axios lodash luxon pinia qs tailwindcss vue vue-i18n vue-router --save
47
47
  ```
48
48
 
49
49
  ### Basic Configuration