From 04b42bb605fe987ae91a59dd0e7ba7defc6e20ba Mon Sep 17 00:00:00 2001 From: Ben Hong Date: Wed, 23 Feb 2022 08:39:57 -0800 Subject: [PATCH] fix: update page route name Co-authored-by: Tara Z. Manicsic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d535c3..6b5d33f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ communicate that this is a field not meant to be filled in. For this to work we also need to add a `netlify-honeypot` attribute to the form element. ```html -
+
``` [See it here in the template code.](https://github.com/netlify-templates/nuxt-toolbox/blob/abb24c52738d79bcd11ff8a1bc70e0d2d250e7f1/components/feedbackForm.vue#L3)