diff --git a/public/docs/js/latest/quickstart.jade b/public/docs/js/latest/quickstart.jade index c12c36ee80..e2a6cf836b 100644 --- a/public/docs/js/latest/quickstart.jade +++ b/public/docs/js/latest/quickstart.jade @@ -23,12 +23,12 @@ p. p Within your project, clone the es6-shim repository: pre.prettyprint - code git clone https://github.com/davideast/conscious.git es6-shim + code git clone https://github.com/angular/angular2-quickstart.git p. For the sake of this quickstart we recommend using the - es6-shim GitHub repository. - This repository provides a faster start than building from npm. The es6-shim includes Angular and dependencies to compile ES6 in incompatible browsers. + angular2-quickstart GitHub repository. + This repository provides a faster start than building from npm. This repository includes Angular and dependencies to compile ES6 in incompatible browsers. .l-sub-section h3 ES6, AtScript, and the es6-shim @@ -67,7 +67,9 @@ p. touch index.html touch app.es6 - .alert.is-helpful The .es6 extension signifies that the file uses ES6 syntax. + .alert.is-helpful. + The .es6 extension signifies that the file uses ES6 syntax. If your editor doesn't + support syntax highlighting for .es6, use .js. p Inside of app.es6, import the required modules from Angular: