From 21defec04f8cf938efdac5ea2ba178f2e2840a36 Mon Sep 17 00:00:00 2001 From: Andrew Boyd Date: Mon, 9 Mar 2020 10:28:31 -0400 Subject: [PATCH] ends readme on link to documentation site --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc9664e..3636fd8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ form and field validation, file uploads, form generation, single-element inputs ✓ Easily create custom [validation messages](https://vueformulate.com//guide/validation/#customize-validation-messages)
✓ Easily create [custom inputs](https://vueformulate.com//guide/custom-inputs) -There's a lot more available to read at the comprehensive [documentation website](https://vueformulate.com). v-model an entire form | Well-considered file uploads :-------------------------:|:------------------------------: @@ -50,3 +49,5 @@ The syntax is what developers would expect. To create an input you use the `Form ``` Collecting multiple `FormulateInput` elements within a single `FormulateForm` element (even deeply nested) allows you to `v-model` your entire form. + +There's a lot more available to read at the comprehensive [documentation website](https://vueformulate.com).