Skip to content

Commit

Permalink
docs: correct typo in @astrojs/node integration (#4688)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoustaphaDev authored Sep 9, 2022
1 parent 65d7534 commit 4753d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you prefer to install the adapter manually instead, complete the following tw

```js title="astro.config.mjs" ins={2, 5-6}
import { defineConfig } from 'astro/config';
import netlify from '@astrojs/node';
import node from '@astrojs/node';
export default defineConfig({
output: 'server',
Expand Down

0 comments on commit 4753d21

Please sign in to comment.