aboutsummaryrefslogtreecommitdiff
path: root/examples/docs/src
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2021-06-14 19:47:05 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-06-14 19:47:05 +0000
commitb49ca27b06c089d687da998239b2a03cd390470c (patch)
treee2fdd9a9b0115c24526f1962d30a47ff5a0771ea /examples/docs/src
parent528886b76af923e34bbdd9220d89a7ade2b6ba87 (diff)
downloadastro-b49ca27b06c089d687da998239b2a03cd390470c.tar.gz
astro-b49ca27b06c089d687da998239b2a03cd390470c.tar.zst
astro-b49ca27b06c089d687da998239b2a03cd390470c.zip
[ci] yarn format
Diffstat (limited to 'examples/docs/src')
-rw-r--r--examples/docs/src/pages/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/src/pages/index.md b/examples/docs/src/pages/index.md
index f56477902..cf7585d33 100644
--- a/examples/docs/src/pages/index.md
+++ b/examples/docs/src/pages/index.md
@@ -17,7 +17,7 @@ With Astro, you can use your favorite JavaScript framework and automatically shi
## 🔧 Quick Start
-> __Important__: Astro is built with [ESM modules](https://nodejs.org/api/esm.html) which are not supported in older version of Node.js. The minimum supported version is __14.16.1__.
+> **Important**: Astro is built with [ESM modules](https://nodejs.org/api/esm.html) which are not supported in older version of Node.js. The minimum supported version is **14.16.1**.
```bash
# create your project
@@ -30,7 +30,7 @@ npm install
# start the dev server and open your browser
npm start
-```
+```
### 🚀 Build & Deployment