summaryrefslogtreecommitdiff
path: root/examples/non-html-pages/README.md
diff options
context:
space:
mode:
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
```