quickstart repo

This commit is contained in:
David East 2015-03-04 23:48:06 -08:00
parent f2b8fe638e
commit 3520788b5d
1 changed files with 3 additions and 3 deletions

View File

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