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
[](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