From 1dccaaaaa27a4db91d5271438688bc96e199e561 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 5 Jan 2012 19:54:42 -0800 Subject: [PATCH] chore(readme): add some links and update test commands --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28aadac134c8..14941134cee9 100644 --- a/README.md +++ b/README.md @@ -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 +