From 93600af080d39b20314d3c274570535e69d1087e Mon Sep 17 00:00:00 2001 From: Peter Mortensen Date: Mon, 5 Oct 2015 20:03:37 +0200 Subject: [PATCH] Update README.md Expansion. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d59f056e5..21cb48a7e 100644 --- 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. -- 2.47.2