diff options
Diffstat (limited to 'examples/with-markdoc/README.md')
-rw-r--r-- | examples/with-markdoc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/with-markdoc/README.md b/examples/with-markdoc/README.md index 1a1acc1a5..35afb0f3f 100644 --- a/examples/with-markdoc/README.md +++ b/examples/with-markdoc/README.md @@ -2,7 +2,7 @@ This starter showcases the experimental Markdoc integration. -``` +```sh npm create astro@latest -- --template with-markdoc ``` @@ -15,7 +15,7 @@ npm create astro@latest -- --template with-markdoc Inside of your Astro project, you'll see the following folders and files: -``` +```text / ├── public/ ├── src/ |