Skip to content

Commit c59bee5

Browse files
jamesanthonyfergusonbtford
authored andcommitted
docs(readme): improve readability
1 parent 17ecf84 commit c59bee5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ use good old HTML (or HAML, Jade and friends!) as your template language and let
66
syntax to express your application’s components clearly and succinctly. It automatically
77
synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data
88
binding. To help you structure your application better and make it easy to test, AngularJS teaches
9-
the browser how to do dependency injection and inversion of control. Oh yeah and it also helps with
10-
server-side communication, taming async callbacks with promises and deferreds; and makes client-side
11-
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. The best of all:
12-
it makes development fun!
9+
the browser how to do dependency injection and inversion of control.
10+
11+
Oh yeah and it helps with server-side communication, taming async callbacks with promises and
12+
deferreds. It also makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a
13+
piece of cake. The best of all: it makes development fun!
1314

1415
* Web site: http://angularjs.org
1516
* Tutorial: http://docs.angularjs.org/tutorial

0 commit comments

Comments
 (0)