diff options
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/integration/README.md b/examples/integration/README.md index a6709d400..4f0880031 100644 --- a/examples/integration/README.md +++ b/examples/integration/README.md @@ -2,7 +2,7 @@ This is a template for an Astro integration. Use this template for writing integrations to use in multiple projects or publish to NPM. -``` +```sh npm create astro@latest -- --template integration ``` @@ -14,7 +14,7 @@ npm create astro@latest -- --template integration Inside of your Astro project, you'll see the following folders and files: -``` +```text / ├── index.ts ├── tsconfig.json |