diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md
index 3b5afc8d0..d59fd5f7c 100644
--- a/packages/integrations/image/README.md
+++ b/packages/integrations/image/README.md
@@ -4,7 +4,6 @@
This **[Astro integration][astro-integration]** optimizes images in your [Astro project](https://astro.build). It is supported in Astro v2 only for all static sites and for [some server-side rendering deploy hosts](#installation).
-
- [Why `@astrojs/image`?](#why-astrojsimage)
- [Installation](#installation)
- [Usage](#usage)
@@ -670,12 +669,15 @@ As an alternative, you can wrap these components in another Astro component for
---
import { Picture } from '@astrojs/image/components';
-const {src, ...attrs} = Astro.props;
+const { src, ...attrs } = Astro.props;
---
+