diff --git a/README.md b/README.md index d72674f..262d6a9 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ form and field validation, file uploads, form generation, single-element inputs ### Vue Formulate lets you: ✓ Create any input element with a single component
✓ Use `v-model` [binding](https://vueformulate.com/guide/#model-binding) on fields and entire forms
-✓ [Re-populate an entire form](https://vueformulate.com//guide/forms/#setting-initial-values) from a single object
-✓ [Generate a form](https://vueformulate.com//guide/forms/#generating-forms) using json
+✓ [Re-populate an entire form](https://vueformulate.com/guide/forms/#setting-initial-values) from a single object
+✓ [Generate a form](https://vueformulate.com/guide/forms/#generating-forms) using json
✓ Easily add field labels
✓ Easily add help text
-✓ Easily add [form validation](https://vueformulate.com//guide/validation)
-✓ Easily add [custom validation](https://vueformulate.com//guide/validation/#custom-validation-rules) rules
-✓ Easily create custom [validation messages](https://vueformulate.com//guide/validation/#customize-validation-messages)
-✓ Easily create [custom inputs](https://vueformulate.com//guide/custom-inputs) +✓ Easily add [form validation](https://vueformulate.com/guide/validation)
+✓ Easily add [custom validation](https://vueformulate.com/guide/validation/#custom-validation-rules) rules
+✓ 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). diff --git a/package-lock.json b/package-lock.json index 33dd8bb..a9e576a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2770,9 +2770,9 @@ } }, "@braid/vue-formulate-i18n": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.0.3.tgz", - "integrity": "sha512-HkF8S+u4g/lJn4m6qlQpHi63GuQERTovbW7cAsQtxcQF1xHUSviMYC3NPVfRlzOOrUT3eoolTdiF5yZ0DCj9sQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@braid/vue-formulate-i18n/-/vue-formulate-i18n-1.1.0.tgz", + "integrity": "sha512-DcLSYP9cs7q0RvmxkoQy5EGvk1nvir3USEo55tUrQX0QBy05LojZDT9o2UCdw5Dr5hAAsxQ7HurJjzRIfN8Kvw==", "requires": { "@rollup/plugin-buble": "^0.21.1", "@rollup/plugin-commonjs": "^11.0.2" diff --git a/package.json b/package.json index e1600d3..7620336 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "watch": "^1.0.2" }, "dependencies": { - "@braid/vue-formulate-i18n": "^1.0.3", + "@braid/vue-formulate-i18n": "^1.1.0", "is-plain-object": "^3.0.0", "is-url": "^1.2.4", "nanoid": "^2.1.11"