diff --git a/README.md b/README.md
index 6760c8b..16ebff8 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,9 @@ in the text field. The same goes for the `instance` URL parameter. This can be
used to build custom share buttons for Mastodon:
```html
-
+
Share on Mastodon
```
@@ -46,6 +48,7 @@ Self-hosting toot outside of Vercel requires some extra setup:
```sh
node api/toot.js
```
+
or if you want to run the process in the background:
```sh