Fix typo in README.md

This commit is contained in:
widgeter
2023-07-29 14:45:15 -04:00
committed by GitHub
parent bd781b925f
commit d77c7924d4

View File

@ -94,7 +94,7 @@ Inside AstroWind template, you'll see the following folders and files:
│ │ │ └── ... │ │ │ └── ...
│ │ └-- config.ts │ │ └-- config.ts
│ ├── layouts/ │ ├── layouts/
│ │ ├── BaseLayout.astro │ │ ├── Layout.astro
│ │ ├── MarkdownLayout.astro │ │ ├── MarkdownLayout.astro
│ │ └── PageLayout.astro │ │ └── PageLayout.astro
│ ├── pages/ │ ├── pages/