diff --git a/.editorconfig b/.editorconfig
index 451f8c8..2bed039 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,7 +9,6 @@ max_line_length = 80
trim_trailing_whitespace = true
[*.md]
-indent_size = 2
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
diff --git a/.prettierignore b/.prettierignore
index 3019ed6..7379adf 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,4 +1,3 @@
-*.md
/dist/
/.vercel/
pnpm-lock.yaml
diff --git a/.prettierrc.json b/.prettierrc.json
deleted file mode 100644
index 75356ed..0000000
--- a/.prettierrc.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "quoteProps": "consistent",
- "trailingComma": "es5"
-}
diff --git a/README.md b/README.md
index c4d4956..08ce5aa 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@
Or, open this page with the prefilled `text` URL parameter—it will be automatically inserted into the text field. The same goes for the `instance` URL parameter. This can be used to build custom share buttons for the federated social networks:
```html
-
+
Share on mastodon.xyz
```