diff options
Diffstat (limited to 'examples/basics/README.md')
-rw-r--r-- | examples/basics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md index 9013757b7..96e3e151d 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -11,7 +11,7 @@ Inside of your Astro project, you'll see the following folders and files: ``` / ├── public/ -│ └── favicon.ico +│ └── favicon.svg ├── src/ │ ├── components/ │ │ └── Layout.astro |