Skip to content

Commit ba1b16d

Browse files
authored
Update README.md (#98)
1 parent c7cb015 commit ba1b16d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Create conversational conditional-logic forms with Vue.js.
1111
* [Questionnaire example](https://www.ditdot.hr/demo/vff/questionnaire/)
1212
* [Quiz example](https://www.ditdot.hr/demo/vff/quiz/)
1313

14+
## Project Documentation
15+
16+
[Guide](https://www.ditdot.hr/en/docs/vue-flow-form-guide)
17+
1418
## Example Project
1519

1620
Requirements:
@@ -101,7 +105,7 @@ And then in your App.vue file:
101105
// You can leave out this prop if you want to use the default definitions.
102106
}),
103107
questions: [
104-
// QuestioModel array
108+
// QuestionModel array
105109
new QuestionModel({
106110
title: 'Question',
107111
type: QuestionType.MultipleChoice,
@@ -120,7 +124,7 @@ And then in your App.vue file:
120124
<style>
121125
/* Import Vue Flow Form base CSS */
122126
@import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css';
123-
/* Import Vue Flow Form theme CSS (optional) */
127+
/* Import one of the Vue Flow Form CSS themes (optional) */
124128
@import '~@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme.css';
125129
</style>
126130
```
@@ -179,10 +183,6 @@ var app = new Vue({
179183

180184
Modern browsers and IE11.
181185

182-
## Project Documentation
183-
184-
[Guide](https://www.ditdot.hr/en/docs/vue-flow-form-guide)
185-
186186
## License
187187

188188
[MIT](https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE) license.

0 commit comments

Comments
 (0)