Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1dccaaa

Browse files
committed
chore(readme): add some links and update test commands
1 parent 9632f5c commit 1dccaaa

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
Angular
2-
======
1+
AngularJS
2+
=========
3+
4+
* Web site: http://angularjs.org
5+
* Tutorial: http://docs.angularjs.org/#!/tutorial
6+
* API Docs: http://docs.angularjs.org
7+
* Developer Guide: http://docs.angularjs.org/#!/guide
38

49
Compiling
510
---------
611
rake compile
712

813
Running Tests
914
-------------
10-
rake server:start
11-
rake test
15+
./server.sh # start the server
16+
open http://localhost:9876/capture # capture browser
17+
./test.sh # run all unit tests
18+
1219

0 commit comments

Comments
 (0)