Skip to content

Commit 0f6622a

Browse files
committed
Update README.md for Angular2
Update README.md to factor in simpler Angular2 requirements (closes #84).
1 parent 495f2ad commit 0f6622a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ If you desire to require (optional) Angular files, you may include them as well
1919

2020
To use the 'unstable' branch, add the following directive to your JavaScript manifest file (application.js):
2121

22-
//= require unstable/angular
23-
24-
And similarly, for optional Angular assets:
25-
26-
//= require unstable/angular-animate
27-
//= require unstable/angular-resource
22+
//= require unstable/angular2
2823

2924
## Versioning
3025

0 commit comments

Comments
 (0)