angular2-quickstart wording.

This commit is contained in:
David East 2015-03-04 23:54:07 -08:00
parent f57aa72f6a
commit 1d2c0c53d8
1 changed files with 2 additions and 6 deletions

View File

@ -46,13 +46,9 @@ p.
h4 es6-shim
p.
The <strong>es6-shim</strong> package includes Angular and dependencies
(such as Traceur) needed to compile
The <strong>angular2-quickstart</strong> includes <code>es6-shim.js</code>.
The es6-shim.js file includes dependencies (such as Traceur) needed to compile
ES6 in the browser. Traceur is an ES6 compiler that transpiles ES6 to ES5 code.
Think of the es6-shim repository as a package rather than a project.
// PENDING: "Think of ... as a package" could be clearer.
// STEP 3 - Import Angular ##########################
.l-main-section