Skip to content

Commit d3952b7

Browse files
committed
docs(readme): improve blurb about AngularJS in README.md
1 parent 5ef9ed8 commit d3952b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ synchronizes data from your UI (view) with your JavaScript objects (model) throu
88
binding. To help you structure your application better and make it easy to test AngularJS teaches
99
the browser how to do dependency injection and inversion of control. Oh yeah and it also helps with
1010
server-side communication, taming async callbacks with promises and deferreds; and make client-side
11-
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The most important
12-
of all: it makes development fun!
11+
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all:
12+
it makes development fun!
1313

1414
* Web site: http://angularjs.org
1515
* Tutorial: http://docs.angularjs.org/tutorial

0 commit comments

Comments
 (0)