Fixed syntax issue on README

This commit is contained in:
2026-03-25 19:50:42 +00:00
parent 6b9eb89653
commit 5d7fb58b3f

View File

@@ -56,7 +56,7 @@ Node.js >= 18.20.8 (or upgrade to Node.js 20+ for best compatibility)
1. Open `src/data/zine.md`
2. Write your content using Markdown
3. Use `## Heading` for section breaks (each becomes a full-height section)
4. Change the <title> tag in `src/pages/index.astro`
4. Change the `<title>` tag in `src/pages/index.astro`
5. The dev server will hot-reload your changes
### Markdown Tips