diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index e2a6cf836b..83534be4fc 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -46,13 +46,9 @@ p. h4 es6-shim p. - The es6-shim package includes Angular and dependencies - (such as Traceur) needed to compile + The angular2-quickstart includes es6-shim.js. + 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