Repo name changed to quickstart.

This commit is contained in:
David East 2015-03-04 23:59:57 -08:00
parent 1d2c0c53d8
commit 3daf1e8cce
1 changed files with 3 additions and 3 deletions

View File

@ -23,11 +23,11 @@ p.
p Within your project, clone the es6-shim repository:
pre.prettyprint
code git clone https://github.com/angular/angular2-quickstart.git
code git clone https://github.com/angular/quickstart.git
p.
For the sake of this quickstart we recommend using the
<a href="https://github.com/angular/angular2-quickstart"> <code>angular2-quickstart</code> GitHub repository</a>.
<a href="https://github.com/angular/quickstart"> <code>quickstart</code> GitHub repository</a>.
This repository provides a faster start than building from <code>npm</code>. This repository includes Angular and dependencies to compile ES6 in incompatible browsers.
.l-sub-section
@ -46,7 +46,7 @@ p.
h4 es6-shim
p.
The <strong>angular2-quickstart</strong> includes <code>es6-shim.js</code>.
The <strong>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.