summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/itchy-bottles-rhyme.md5
-rw-r--r--packages/integrations/node/README.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/itchy-bottles-rhyme.md b/.changeset/itchy-bottles-rhyme.md
new file mode 100644
index 000000000..67758e717
--- /dev/null
+++ b/.changeset/itchy-bottles-rhyme.md
@@ -0,0 +1,5 @@
+---
+"@astrojs/node": patch
+---
+
+Fix example on `README.md`
diff --git a/packages/integrations/node/README.md b/packages/integrations/node/README.md
index ad8629e1a..a31466cf7 100644
--- a/packages/integrations/node/README.md
+++ b/packages/integrations/node/README.md
@@ -33,7 +33,7 @@ __astro.config.mjs__
```js
import { defineConfig } from 'astro/config';
-import deno from '@astrojs/node';
+import node from '@astrojs/node';
export default defineConfig({
// ...