summaryrefslogtreecommitdiff
path: root/examples/astro-markdown/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/astro-markdown/src/pages/index.astro')
-rw-r--r--examples/astro-markdown/src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/astro-markdown/src/pages/index.astro b/examples/astro-markdown/src/pages/index.astro
index cbff28b5c..e05db0155 100644
--- a/examples/astro-markdown/src/pages/index.astro
+++ b/examples/astro-markdown/src/pages/index.astro
@@ -17,7 +17,7 @@ const items = ['A', 'B', 'C'];
**Astro Markdown** brings native Markdown support to HTML!
- > It's inspired by [`mdx`](https://mdxjs.com/) and powered by [`remark`](https://github.com/remarkjs/remark)).
+ > It's inspired by [`MDX`](https://mdxjs.com/) and powered by [`remark`](https://github.com/remarkjs/remark).
The best part? It comes with all the Astro features you expect.