diff options
Diffstat (limited to '')
-rw-r--r-- | examples/framework-react/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-react/README.md b/examples/framework-react/README.md index 51eaa7f93..dd82a447f 100644 --- a/examples/framework-react/README.md +++ b/examples/framework-react/README.md @@ -1,7 +1,7 @@ # Using React with Astro ``` -npm init astro --template framework-react +npm init astro -- --template framework-react ``` This example showcases Astro's built-in support for [React](https://reactjs.org/). |