Skip to content

Commit 0da4183

Browse files
Anton LillebyAnton Lilleby
authored andcommitted
docs: update async topic
1 parent 0151c09 commit 0da4183

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Replace 'your-azure-configuration-readonly-connection-string' with your actual c
3131

3232
## Using in Vue Components
3333

34-
You can use the `vue3-app-configuration` plugin in your Vue components in two ways: using a async non-reactive method or a reactive method.
34+
You can use the `vue3-app-configuration` plugin in your Vue components in two ways: using an async non-reactive method or a non-blocking reactive method.
3535

3636
### Non-Reactive Usage
3737

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-app-configuration",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A Vue 3 plugin for integrating Azure App Configuration, including feature flags management.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -22,7 +22,8 @@
2222
"vue3",
2323
"app-configuration",
2424
"feature-flags",
25-
"azure"
25+
"azure",
26+
"typescript"
2627
],
2728
"author": "Anton Lilleby",
2829
"license": "MIT",

0 commit comments

Comments
 (0)