summaryrefslogtreecommitdiff
path: root/examples/snowpack/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/snowpack/README.md')
-rw-r--r--examples/snowpack/README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/examples/snowpack/README.md b/examples/snowpack/README.md
index 11e615e1a..c3a71d6f8 100644
--- a/examples/snowpack/README.md
+++ b/examples/snowpack/README.md
@@ -1,21 +1,21 @@
# Astro Demo
-## Getting setup
+## Getting set up
-1. Checkout Astro at: https://github.com/snowpackjs/astro
-
- 1. Install and build Astro:
+1. Check out Astro at: https://github.com/snowpackjs/astro
- ```shell
- npm install
- npm run build
- ```
+ 1. Install and build Astro:
- 2. Link Astro:
+ ```shell
+ npm install
+ npm run build
+ ```
- ```shell
- npm link
- ```
+ 2. Link Astro:
+
+ ```shell
+ npm link
+ ```
2. In this project link Astro and install other deps:
@@ -34,4 +34,4 @@ npm run start
```shell
npm run build
-``` \ No newline at end of file
+```