configcat-vue 2.2.4 → 2.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ Here's a quick overview of what you can do with this package:
18
18
 
19
19
  ## Documentation
20
20
 
21
- [Read the documentation](https://github.com/codedbychavez/configcat-vue/wiki/Documentation)
21
+ [Read the documentation on ConfigCat](https://configcat.com/docs/sdk-reference/community/vue/)
22
22
 
23
23
  ## With you in mind
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "configcat-vue",
3
- "description": "A simple and easy to use Vue3 plugin for using ConfigCat Feature Flags in your Vue.js Application",
3
+ "description": "A community-maintained SDK for integrating ConfigCat feature flags into Vue.js applications.",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -19,7 +19,7 @@
19
19
  }
20
20
  }
21
21
  },
22
- "version": "2.2.4",
22
+ "version": "2.2.5",
23
23
  "keywords": [
24
24
  "configcat",
25
25
  "ConfigCat",