From a5f9bbd24eed831333b33fd9cf7de1bcd4ef4fe0 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 4 Jun 2014 20:02:23 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 196ade68..6bcdf593 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ We then include `dist/system.js` with a script tag in the page. `es6-module-loader.js` will then be included from the same folder automatically and [Traceur](https://github.com/google/traceur-compiler) is dynamically included from `traceur.js` when loading an ES6 module only. +Alternatively, `es6-module-loader.js` or `traceur.js` can be included before `system.js` with a script tag in the page. + ### Simple Application Structure The standard application structure would be something like the following: