From 66a44e941e2cad8d675f7bf2f758702661645943 Mon Sep 17 00:00:00 2001 From: "Tara Z. Manicsic" Date: Tue, 22 Feb 2022 21:18:17 -0500 Subject: [PATCH] removes extra dividers and adds syntax highlight --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5559b4..260a35c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm run generate ``` ## Deploy to Netlify ---- + Want to deploy immediately? Click this button [![Deploy to Netlify Button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nuxt-toolbox) @@ -53,7 +53,6 @@ You can use `netlify dev` from the command line to access project information li - [Netlify Edge, CDN deployment](https://www.netlify.com/products/edge/) ## Forms ---- Netlify Forms are a way to wire up your native HTML into being able to seamlessly handle submissions. To get a form working, we need to add two extra things: @@ -77,7 +76,7 @@ In [`components/feedbackForm.vue`](./components/feedbackForm.vue) you'll see the Many bots scan through webpages and try to see what pages and forms they can get access to. Instead of letting our website receive spam submissions, we can filter out unrelated submissions with a visually-hidden input field. -``` +```html