diff options
| author | Vojta Jina | 2012-01-05 19:54:42 -0800 |
|---|---|---|
| committer | Vojta Jina | 2012-01-05 19:54:42 -0800 |
| commit | 1dccaaaaa27a4db91d5271438688bc96e199e561 (patch) | |
| tree | 3d2ab42d3addba31d8d6d57e1a32b4795e337fa0 /README.md | |
| parent | 9632f5c1c73c2628121d49aa2d6868fc5d8aef1a (diff) | |
| download | angular.js-1dccaaaaa27a4db91d5271438688bc96e199e561.tar.bz2 | |
chore(readme): add some links and update test commands
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,5 +1,10 @@ -Angular -====== +AngularJS +========= + +* Web site: http://angularjs.org +* Tutorial: http://docs.angularjs.org/#!/tutorial +* API Docs: http://docs.angularjs.org +* Developer Guide: http://docs.angularjs.org/#!/guide Compiling --------- @@ -7,6 +12,8 @@ Compiling Running Tests ------------- - rake server:start - rake test + ./server.sh # start the server + open http://localhost:9876/capture # capture browser + ./test.sh # run all unit tests + |
