summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/README.md
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-01 05:43:25 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-01 08:43:25 -0400
commit67ef02534febe03d7a0a5aea82b0087e2165f772 (patch)
treea693307cac02d1fa72ac529255d8bec74d83c67d /examples/framework-multiple/README.md
parent8f74b3bdbb1cae31e036daf1b7f5fc28686ddd4d (diff)
downloadastro-67ef02534febe03d7a0a5aea82b0087e2165f772.tar.gz
astro-67ef02534febe03d7a0a5aea82b0087e2165f772.tar.zst
astro-67ef02534febe03d7a0a5aea82b0087e2165f772.zip
update example readmes (#591)
* update example readmes * Update README.md
Diffstat (limited to 'examples/framework-multiple/README.md')
-rw-r--r--examples/framework-multiple/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/framework-multiple/README.md b/examples/framework-multiple/README.md
index 42f8e2b1f..ee5f77622 100644
--- a/examples/framework-multiple/README.md
+++ b/examples/framework-multiple/README.md
@@ -1,4 +1,8 @@
-# Using Preact with Astro
+# Kitchen Sink: Microfrontends with Astro
+
+```
+npm init astro --template framework-multiple
+```
This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)).