Skip to content

Commit

Permalink
fix: another integration -> adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 7, 2022
1 parent eff406f commit 8779e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/en/reference/adapter-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ You can usually call `app.render(request)` without using `.match` because Astro
}
```

Once you [publish your integration to npm](https://docs.npmjs.com/cli/v8/commands/npm-publish), running `astro add myadapter` should install and apply your adapter to the user's `astro.config` like so:
Once you [publish your adapter to npm](https://docs.npmjs.com/cli/v8/commands/npm-publish), running `astro add myadapter` should install and apply your adapter to the user's `astro.config` like so:

```diff
// astro.config.mjs
Expand Down

0 comments on commit 8779e84

Please sign in to comment.