Skip to content

Commit 99ce0b1

Browse files
committed
Updated readme with better formatting and urls
1 parent f2f37f7 commit 99ce0b1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
## Transitioning to AngularJS 2.0 - part 1 & 2
12

2-
Transitioning to AngularJS 2.0 - part 1
3+
###Setup
34

4-
Blog Url: http://blog.briebugsoftwaresolutions.com/2015/05/06/transitioning-to-angular-2-0-part-1
5+
Run these commands in the terminal/console from the root folder of this project.
56

6-
This project is for was created in WebStorm using the angular-seed project.
7+
```
8+
npm install
9+
10+
bower install
11+
```
12+
13+
###Blog Urls:
14+
[Transitioning To Angular 2.0 - Part 1](http://blog.briebugsoftwaresolutions.com/2015/05/12/transitioning-to-angular-2-0-part-1)
15+
[Transitioning To Angular 2.0 - Part 2](http://blog.briebugsoftwaresolutions.com/2015/05/19/transitioning-to-angular-2-0-part-2)
716

817
# angular-seed — the seed for AngularJS apps
918

0 commit comments

Comments
 (0)