From b49ca27b06c089d687da998239b2a03cd390470c Mon Sep 17 00:00:00 2001 From: matthewp Date: Mon, 14 Jun 2021 19:47:05 +0000 Subject: [ci] yarn format --- examples/docs/src/pages/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/docs/src') 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 -- cgit v1.2.3