Fix: Redundant acronym for ESM (#570)

This commit is contained in:
Adam Ochayon 2021-06-28 11:08:56 -04:00 committed by GitHub
parent 0c6edf1fe0
commit 13f50564cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Learn more: https://astro.build/blog/introducing-astro
## 🔧 Quick Start ## 🔧 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.15.1__. > __Important__: Astro is built with [ES modules (ESM)](https://nodejs.org/api/esm.html) which are not supported in older version of Node.js. The minimum supported version is __14.15.1__.
```bash ```bash
# create your project # create your project