diff options
author | 2021-06-28 11:08:56 -0400 | |
---|---|---|
committer | 2021-06-28 08:08:56 -0700 | |
commit | 13f50564cb8cfece7857c7b08be064d5e9e9853a (patch) | |
tree | a9daeae195c0b121b19f45883dbad4162936e703 | |
parent | 0c6edf1fe05e1fa3888994dfb84dcda9ee5a46fc (diff) | |
download | astro-13f50564cb8cfece7857c7b08be064d5e9e9853a.tar.gz astro-13f50564cb8cfece7857c7b08be064d5e9e9853a.tar.zst astro-13f50564cb8cfece7857c7b08be064d5e9e9853a.zip |
Fix: Redundant acronym for ESM (#570)
-rw-r--r-- | packages/astro/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 425a075e0..24cbce204 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -10,7 +10,7 @@ Learn more: https://astro.build/blog/introducing-astro ## 🔧 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 # create your project |