From 17bf480655c941d5e5516e50fefd206e8d915775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ekaterina=20Vujasinovi=C4=87?= <48355351+EkaterinaVu@users.noreply.github.com> Date: Wed, 9 Sep 2020 09:01:38 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e5ed6211..05ec1b8e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Create conversational conditional-logic forms with Vue.js. * [Questionnaire example](https://www.ditdot.hr/demo/vff/questionnaire/) * [Quiz example](https://www.ditdot.hr/demo/vff/quiz/) +## Project Documentation + +[Guide](https://www.ditdot.hr/en/docs/vue-flow-form-guide) + ## Example Project Requirements: @@ -101,7 +105,7 @@ And then in your App.vue file: // You can leave out this prop if you want to use the default definitions. }), questions: [ - // QuestioModel array + // QuestionModel array new QuestionModel({ title: 'Question', type: QuestionType.MultipleChoice, @@ -120,7 +124,7 @@ And then in your App.vue file: ``` @@ -179,10 +183,6 @@ var app = new Vue({ Modern browsers and IE11. -## Project Documentation - -[Guide](https://www.ditdot.hr/en/docs/vue-flow-form-guide) - ## License [MIT](https://github.com/ditdot-dev/vue-flow-form/blob/master/LICENSE) license.