]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update README.md 2650/head
authorPeter Mortensen <spamMayGoHere@pmortensen.eu>
Mon, 5 Oct 2015 18:03:37 +0000 (20:03 +0200)
committerPeter Mortensen <spamMayGoHere@pmortensen.eu>
Mon, 5 Oct 2015 18:03:37 +0000 (20:03 +0200)
Expansion.

README.md

index d59f056e5595a3c35602fd40ddfb08d19dda8969..21cb48a7ec21b99cab5f14dd45e4c97fa205fce0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ A lightweight JavaScript date library for parsing, validating, manipulating, and
 
 ## [Documentation](http://momentjs.com/docs/)
 
-## Port to ES6 (version 2.10.0)
+## Port to ECMAScript 6 (version 2.10.0)
 
 Moment 2.10.0 does not bring any new features, but the code is now written in
-es6 modules and placed inside `src/`. Previously `moment.js`, `locale/*.js` and
+ECMAScript 6 modules and placed inside `src/`. Previously `moment.js`, `locale/*.js` and
 `test/moment/*.js`, `test/locale/*.js` contained the source of the project. Now
-the source is in `src/`, temporary build (es5) files are placed under
+the source is in `src/`, temporary build (ECMAScript 5) files are placed under
 `build/umd/` (for running tests during development), and the `moment.js` and
 `locale/*.js` files are updated only on release.