Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit d0dadbd

Browse files
authored
docs(readme): added online demo
1 parent bdd915e commit d0dadbd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<a href="https://www.npmjs.com/package/@asigloo/vue-dynamic-forms">
77
<img src="https://badgen.net/npm/v/@asigloo/vue-dynamic-forms" alt="Current npm version">
88
</a>
9-
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms@latest">
9+
10+
<a href="https://bundlephobia.com/result?p=@asigloo/vue-dynamic-forms">
1011
<img src="https://flat.badgen.net/bundlephobia/min/@asigloo/vue-dynamic-forms" alt="Minified size">
11-
</a>
12+
</a>
13+
1214
<a href="https://vuejs.org">
1315
<img src="https://flat.badgen.net/badge/vue.js/3.x.x/4fc08d?icon=github" alt="Vue.js version">
1416
</a>
@@ -34,7 +36,7 @@ This is the Vue `3.x.x` compatible version. Out of the box `Typescript` support,
3436
Complete documentation and examples available at
3537

3638
- **[Documentation](https://vue-dynamic-forms.netlify.app)**
37-
- **[Demos](#demos)**
39+
- **[Demos](#demos)** or if you prefer online [here](https://vue-dynamic-forms.netlify.app/)
3840
- **Migration Guide** (soon)
3941

4042
## Installation
@@ -51,7 +53,7 @@ $ yarn add @asigloo/vue-dynamic-forms
5153

5254
## Usage
5355

54-
The installation and usage has change to align with new Vue 3 plugin process.
56+
The installation and usage has change to align with new Vue 3 plugin installation.
5557

5658
To create a new `Dynamic Form` instance, use the `createDynamicForms` function;
5759

0 commit comments

Comments
 (0)