diff --git a/public/docs/js/_quickstart.jade b/public/docs/js/_quickstart.jade
index 294d2de317..11bb8b2a27 100644
--- a/public/docs/js/_quickstart.jade
+++ b/public/docs/js/_quickstart.jade
@@ -1,6 +1,6 @@
// STEP 1 - Install Angular ##########################
.l-main-section
- h2#section-install-angular Install Angular
+ h2#section-install-angular 1. Install Angular
p.
Angular is still unpackaged and in alpha. This quickstart does not
@@ -36,7 +36,7 @@
// STEP 2 - Import Angular ##########################
.l-main-section
- h2#section-transpile Import Angular
+ h2#section-transpile 2. Import Angular
p.
Create a file named app.es6
at the root of the project.
@@ -54,7 +54,7 @@
// STEP 3 - Create a component ##########################
.l-main-section
- h2#section-angular-create-account Create a component
+ h2#section-angular-create-account 3. Create a component
p.
Components are custom HTML elements. Angular uses components to empower HTML.
@@ -145,7 +145,7 @@
// STEP 4 - Bootstrap ##########################
.l-main-section
- h2#section-transpile Bootstrap
+ h2#section-transpile 4. Bootstrap
p The last step to load the component on the page.
@@ -165,7 +165,7 @@
// STEP 5 - Declare the HTML ##########################
.l-main-section
- h2#section-angular-create-account Declare the HTML
+ h2#section-angular-create-account 5. Declare the HTML
p.
Create an index.html
file at the root of the project.
@@ -239,6 +239,6 @@
// WHAT'S NEXT... ##########################
.l-main-section
- h2#section-transpile Extra-credit
+ h2#section-transpile Great Job! Next Step...
p Learn some template syntax for extra-credit.