summaryrefslogtreecommitdiff
path: root/packages/integrations/deno/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/deno/README.md')
-rw-r--r--packages/integrations/deno/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/integrations/deno/README.md b/packages/integrations/deno/README.md
index 03e7204ad..01908317b 100644
--- a/packages/integrations/deno/README.md
+++ b/packages/integrations/deno/README.md
@@ -96,9 +96,8 @@ deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs
To configure this adapter, pass an object to the `deno()` function call in `astro.config.mjs`.
-**`astro.config.mjs`**
-
```js
+// astro.config.mjs
import { defineConfig } from 'astro/config';
import deno from '@astrojs/deno';