diff --git a/.changeset/neat-bats-heal.md b/.changeset/neat-bats-heal.md
new file mode 100644
index 000000000..c816116c5
--- /dev/null
+++ b/.changeset/neat-bats-heal.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/mdx': patch
+---
+
+Update "Astro.props.content" -> "Astro.props.frontmatter" in README
diff --git a/packages/integrations/mdx/README.md b/packages/integrations/mdx/README.md
index cd795c3fb..a77733589 100644
--- a/packages/integrations/mdx/README.md
+++ b/packages/integrations/mdx/README.md
@@ -195,19 +195,19 @@ title: 'My Blog Post'
---
```
-Then, you can retrieve all other frontmatter properties from your layout via the `content` property, and render your MDX using the default [`