diff --git a/README.md b/README.md
index 1758445..381a404 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,32 @@
Simple app that consumes Angular Material 2 components. Built with the `angular-cli`.
See it live: https://material2-app.firebaseapp.com/
+
+## Getting started
+
+Clone this repo
+
+``` bash
+git clone https://github.com/jelbourn/material2-app.git my-app
+cd my-app
+```
+
+Install dependencies
+
+```bash
+npm install
+```
+
+Start the server!
+
+```
+npm start
+```
+
+This will run `ng serve` and the project is accessible at: `http://localhost:4200/`
+
+You're all set (:
+
+## AOT/JIT Compilation
+
+By default JIT compilation is enabled. To disable AoT compilation update `/src/main.ts`
diff --git a/package.json b/package.json
index 968c179..2c5c829 100644
--- a/package.json
+++ b/package.json
@@ -12,23 +12,24 @@
},
"private": true,
"dependencies": {
- "@angular/common": "^2.0.0",
- "@angular/compiler": "^2.0.0",
- "@angular/core": "^2.0.0",
- "@angular/forms": "^2.0.0",
+ "@angular/common": "^2.1.2",
+ "@angular/compiler": "^2.1.2",
+ "@angular/core": "^2.1.2",
+ "@angular/forms": "^2.1.2",
"@angular/http": "^2.0.0",
- "@angular/platform-browser": "^2.0.0",
- "@angular/platform-browser-dynamic": "^2.0.0",
"@angular/material": "2.0.0-alpha.9-3",
+ "@angular/platform-browser": "^2.1.2",
+ "@angular/platform-browser-dynamic": "^2.0.0",
"@angular/router": "^3.0.0",
"core-js": "^2.4.0",
- "rxjs": "5.0.0-beta.12",
+ "hammerjs": "^2.0.8",
+ "rxjs": "^5.0.0-beta.12",
"ts-helpers": "^1.1.1",
- "zone.js": "^0.6.21"
+ "zone.js": "^0.6.26"
},
"devDependencies": {
- "@angular/compiler-cli": "^0.6.3",
- "@angular/platform-server": "^2.0.0",
+ "@angular/compiler-cli": "^2.1.2",
+ "@angular/platform-server": "^2.1.2",
"@types/hammerjs": "^2.0.32",
"@types/jasmine": "^2.2.30",
"angular-cli": "^1.0.0-beta.16",
@@ -43,6 +44,6 @@
"protractor": "4.0.3",
"ts-node": "1.2.1",
"tslint": "3.13.0",
- "typescript": "^2.0.2"
+ "typescript": "^2.0.6"
}
}
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 0424b95..a8ea03d 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -12,7 +12,7 @@
Angular Material2 Example App
-
+