Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an integration starter example #4877

Merged
merged 11 commits into from
Oct 7, 2022
Prev Previous commit
typo fix
  • Loading branch information
Tony Sullivan committed Oct 7, 2022
commit b3f25e32d97f84e14272c6975690ea50eb843c98
2 changes: 1 addition & 1 deletion examples/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a template for an Astro integration. Use this template for writing integrations to use in multiple projects or publish to NPM.

```
npm create astro@latest -- --template integratino
npm create astro@latest -- --template integration
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integration)
Expand Down