diff options
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md index 5369073b9..1db3fb399 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -1,6 +1,6 @@ # Astro Starter Kit: Basics -``` +```sh npm create astro@latest -- --template basics ``` @@ -16,7 +16,7 @@ npm create astro@latest -- --template basics Inside of your Astro project, you'll see the following folders and files: -``` +```text / ├── public/ │ └── favicon.svg |