summaryrefslogtreecommitdiff
path: root/examples/deno/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/deno/README.md')
-rw-r--r--examples/deno/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/deno/README.md b/examples/deno/README.md
index af49ebcb7..17deeb3b9 100644
--- a/examples/deno/README.md
+++ b/examples/deno/README.md
@@ -4,7 +4,7 @@
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/deno)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/deno/devcontainer.json)
-```
+```sh
npm create astro@latest -- --template deno
```
@@ -16,7 +16,7 @@ npm create astro@latest -- --template deno
Inside of your Astro project, you'll see the following folders and files:
-```
+```text
/
├── public/
│ └── favicon.svg