diff options
Diffstat (limited to 'examples/framework-preact')
-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 8bebec195..04efb2d6e 100644 --- a/examples/framework-preact/README.md +++ b/examples/framework-preact/README.md @@ -1,6 +1,6 @@ # Astro + Preact Example -``` +```sh npm create astro@latest -- --template framework-preact ``` |