diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md
index ffd75fd3ef..e53b1a08ab 100644
--- a/packages/integrations/image/README.md
+++ b/packages/integrations/image/README.md
@@ -85,7 +85,7 @@ Then, update the integration in your `astro.config.*` file to use the built-in `
 
 __`astro.config.mjs`__
 
-```js ins={3,8}
+```js ins={7}
 import { defineConfig } from 'astro/config';
 import image from '@astrojs/image';