Skip to content

Commit 2580a97

Browse files
committed
Update README.md
1 parent 456e944 commit 2580a97

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<img src="https://www.ditdot.hr/demo/vff/visuals/v-form-green-full-rotate-02.png" alt="v-form screenshots">
55
</p>
66

7+
Create conversational conditional-logic forms with Vue.js.
8+
79
## Demo
810

911
* [Questionnaire example](https://www.ditdot.hr/demo/vff/questionnaire/)
@@ -78,7 +80,7 @@ npm install @ditdot-dev/vue-flow-form --save
7880

7981
And then in your App.vue file:
8082

81-
```vue
83+
```html
8284
<template>
8385
<flow-form v-bind:questions="questions" />
8486
</template>
@@ -110,6 +112,7 @@ And then in your App.vue file:
110112
}
111113
}
112114
</script>
115+
113116
<style>
114117
/* Import Vue Flow Form base CSS */
115118
@import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css';

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ditdot-dev/vue-flow-form",
33
"author": "DITDOT",
44
"description": "Create conversational conditional-logic forms with Vue.js.",
5-
"version": "1.0.4",
5+
"version": "1.0.5",
66
"private": false,
77
"repository": {
88
"type": "git",
@@ -22,7 +22,10 @@
2222
"conversational-ui"
2323
],
2424
"license": "MIT",
25-
"homepage": "https://www.ditdot.hr/en",
25+
"homepage": "https://www.ditdot.hr/en/docs/vue-flow-form-guide",
26+
"bugs": {
27+
"url": "https://github.com/ditdot-dev/vue-flow-form/issues"
28+
},
2629
"main": "dist/vue-flow-form.umd.js",
2730
"module": "dist/vue-flow-form.esm.js",
2831
"browser": "dist/vue-flow-form.common.js",

0 commit comments

Comments
 (0)