summaryrefslogtreecommitdiff
path: root/examples/non-html-pages/README.md
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-02-25 08:28:38 -0800
committerGravatar Fred K. Schott <fkschott@gmail.com> 2022-02-25 08:29:23 -0800
commit5370bba0b09d7337927b6685029e48d05b1500bd (patch)
treeb6524422503e516ae1bcfef48a483b1580c55a2a /examples/non-html-pages/README.md
parent00dda8e0560ca424c5ed00e546e1e1ebf3e94172 (diff)
downloadastro-5370bba0b09d7337927b6685029e48d05b1500bd.tar.gz
astro-5370bba0b09d7337927b6685029e48d05b1500bd.tar.zst
astro-5370bba0b09d7337927b6685029e48d05b1500bd.zip
get new example working during build
Diffstat (limited to 'examples/non-html-pages/README.md')
-rw-r--r--examples/non-html-pages/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/README.md b/examples/non-html-pages/README.md
index 354f95be3..1236c7204 100644
--- a/examples/non-html-pages/README.md
+++ b/examples/non-html-pages/README.md
@@ -22,7 +22,7 @@ Inside of your Astro project, you'll see the following folders and files:
├── src/
│ └── pages/
│ └── index.astro
-│ └── company.json.ts
+│ └── about.json.ts
└── package.json
```