diff options
Diffstat (limited to '')
-rw-r--r-- | examples/framework-preact/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-preact/README.md b/examples/framework-preact/README.md index 419946cb4..c22362325 100644 --- a/examples/framework-preact/README.md +++ b/examples/framework-preact/README.md @@ -1,7 +1,7 @@ # Using Preact with Astro ``` -npm init astro --template framework-preact +npm init astro -- --template framework-preact ``` This example showcases Astro's built-in support for [Preact](https://preactjs.com/). |