diff options
author | 2022-06-13 18:22:20 +0200 | |
---|---|---|
committer | 2022-06-13 12:22:20 -0400 | |
commit | 6172cb9f9af648cc0c29be034fcc4e3d048c0d5a (patch) | |
tree | a43e929c9bb4a5bd3c16f5d73918296e0f1a8731 /examples/integrations-playground | |
parent | 2a798cc926ec50bdb79f53498d4e43db68cf571f (diff) | |
download | astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.tar.gz astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.tar.zst astro-6172cb9f9af648cc0c29be034fcc4e3d048c0d5a.zip |
fix(examples): incorrect StackBlitz demo URLs (#3584)
Diffstat (limited to 'examples/integrations-playground')
-rw-r--r-- | examples/integrations-playground/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/integrations-playground/README.md b/examples/integrations-playground/README.md index 0910d4b88..bcbad42d4 100644 --- a/examples/integrations-playground/README.md +++ b/examples/integrations-playground/README.md @@ -1,7 +1,7 @@ -# Integration Playground +# Integrations Playground ``` -npm init astro -- --template integration-playground +npm init astro -- --template integrations-playground ``` -[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integration-playground) +[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/integrations-playground) |