summaryrefslogtreecommitdiff
path: root/examples/non-html-pages
diff options
context:
space:
mode:
authorGravatar Marc <8125196+rdwz@users.noreply.github.com> 2023-09-11 13:45:21 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-11 12:45:21 +0100
commit435b10549878281ad2bb60207cb86f312a4a809f (patch)
tree5b8fef178820406ffeb41753ee62038055c9c267 /examples/non-html-pages
parent0a2567c288bc2a3ccc92afd643944c9a4e6d604b (diff)
downloadastro-435b10549878281ad2bb60207cb86f312a4a809f.tar.gz
astro-435b10549878281ad2bb60207cb86f312a4a809f.tar.zst
astro-435b10549878281ad2bb60207cb86f312a4a809f.zip
Fix: lang unspecified code blocks (#8461)
Diffstat (limited to 'examples/non-html-pages')
-rw-r--r--examples/non-html-pages/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/non-html-pages/README.md b/examples/non-html-pages/README.md
index ecdee84b1..c26b01698 100644
--- a/examples/non-html-pages/README.md
+++ b/examples/non-html-pages/README.md
@@ -4,7 +4,7 @@ Documentation for "Non-HTML Pages":
https://docs.astro.build/en/core-concepts/endpoints/#static-file-endpoints
-```
+```sh
npm create astro@latest -- --template non-html-pages
```
@@ -18,7 +18,7 @@ npm create astro@latest -- --template non-html-pages
Inside of your Astro project, you'll see the following folders and files:
-```
+```text
/
├── public/
├── src/