Fix: Redundant acronym for ESM (#570)
This commit is contained in:
parent
0c6edf1fe0
commit
13f50564cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue