configcat-vue 2.1.0 → 2.2.2

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
@@ -4,27 +4,27 @@
4
4
 
5
5
  ## Quick links
6
6
 
7
- - Visit the docs website here: <https://configcat-vue.netlify.app/>
7
+ - Visit the docs website here: <https://github.com/codedbychavez/configcat-vue/wiki>
8
8
  - Download the npm package here: <https://www.npmjs.com/package/configcat-vue>
9
9
  - Check out the sample Vue.js app here: <https://github.com/codedbychavez/configcat-vue-sample>
10
10
 
11
11
  ## Introduction
12
12
 
13
- Welcome to the official npm package for the [configcat-vue](https://www.npmjs.com/package/configcat-vue) plugin, a powerful and versatile npm package designed to streamline your feature development workflow. Whether you're a seasoned developer or just starting out, ConfigCat-Vue offers a comprehensive way to leverage all the benefits of using ConfigCat feature flags in your Vue.js applications. This plugin was designed to be simple yet inclusive of all the features offered by other [ConfigCat SDKs](https://configcat.com/docs/sdk-reference/overview/). This plugin empowers you to handle both simple and complex feature management in your Vue.js app, saving you time and effort.
13
+ Welcome to the official npm package for the [configcat-vue](https://www.npmjs.com/package/configcat-vue), a powerful and versatile npm package designed to streamline your feature development workflow. Whether you're a seasoned developer or just starting, ConfigCat-Vue offers a comprehensive way to leverage all the benefits of using ConfigCat feature flags in your Vue.js applications. This package includes all the features provided by other [ConfigCat SDKs](https://configcat.com/docs/sdk-reference/overview/). It empowers you to handle simple and complex feature management in your Vue.js app, saving you time and effort.
14
14
 
15
- ## What you can do with this plugin
15
+ ## What you can do with this package
16
16
 
17
- Here's a quick overview of what you can do with this plugin:
17
+ Here's a quick overview of what you can do with this package:
18
18
 
19
19
  - Easily toggle features in your Vue.js app on and off, even after it is deployed.
20
- - Experiment with new features and quickly roll them back with the click of a button if things go awry, without taking your app offline.
20
+ - Experiment with new features and quickly roll them back with the click of a button if things go wrong without taking your app offline.
21
21
  - Release specific features in your Vue.js app to targeted users based on demographics such as country, email, or any custom attribute like eye color.
22
22
  - Gradually release new features to a specific percentage of users using the percentage rollout feature.
23
23
  - Conduct A/B testing of your Vue.js app's features effortlessly.
24
24
 
25
25
  ## With you in mind
26
26
 
27
- The rest of this documentation provides specific examples of the aforementioned capabilities, along with links to the relevant sections in ConfigCat's JavaScript SDK documentation. These examples and links will help you better understand how to utilize the features of the ConfigCat-Vue plugin effectively.
27
+ The documentation provides specific examples of the mentioned capabilities and provides links to the relevant sections in ConfigCat's JavaScript SDK documentation. The examples and links will help you better understand how to utilize the features of the ConfigCat-Vue package effectively.
28
28
 
29
29
  By referring to ConfigCat's JavaScript SDK documentation at <https://configcat.com/docs/sdk-reference/js/>, you can access detailed information and further explore the extensive range of options and functionalities offered by the ConfigCat ecosystem.
30
30