From 0c2b23f01f702aa00546d01d7ee5491fac836dc0 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Sun, 2 Feb 2014 16:42:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8af3f16..82c94180 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Extensions for the new ES6 System browser loader, which will be natively provide A small (10KB minfied) collection of extensions to the System loader, for supporting AMD, CommonJS and global script loading, aiming to ease the transition to ES6. +Additionally this library aims to smooth over any inconsistencies or practical functionality needed within the native `System` loader implementations across different browsers, just like jQuery provides for the DOM. + Extensions are self-contained additions to the `System` global, which can be applied individually (see [lib](https://github.com/guybedford/systemjs/tree/master/lib)) or all together ([dist/system.js](https://github.com/guybedford/systemjs/blob/master/dist/system.js)). * **Formats:** Dynamically load AMD, CommonJS and global scripts (as well as ES6 modules) detecting the format automatically, or with format hints.