| Index: third_party/pkg/angular/README.md
|
| diff --git a/third_party/pkg/angular/README.md b/third_party/pkg/angular/README.md
|
| index c426e01c5dd2b2b449c14f8015216e23e547e35a..ee3b47ebdeec8f35e0051f6eaabfa7457fa21ed9 100644
|
| --- a/third_party/pkg/angular/README.md
|
| +++ b/third_party/pkg/angular/README.md
|
| @@ -1,4 +1,4 @@
|
| -AngularDart
|
| +AngularDart [](https://travis-ci.org/angular/angular.dart)
|
| ============
|
|
|
| A port of [Angular][ng] to [Dart][dart].
|
| @@ -22,14 +22,19 @@ in Dart.
|
| Discuss angular.dart on the [mailing list][list],
|
| ask questions on [StackOverflow][so],
|
| follow [+Angular on Google+][plus],
|
| -and follow [@angularjs][tw] on Twitter.
|
| +and follow [@AngularDart][dartTw] and [@AngularJS][ngTw] on Twitter.
|
|
|
| ## Filing bugs
|
|
|
| Please file bugs and feature requests using the [Github Issues Tracker][issues].
|
|
|
| +## I want to help
|
| +
|
| +Excellent read up on [contributing][contributing].
|
| +
|
| [docs]: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/
|
| -[tw]: https://twitter.com/angularjs
|
| +[ngTw]: https://twitter.com/AngularJS
|
| +[dartTw]: https://twitter.com/AngularDart
|
| [plus]: https://plus.google.com/+AngularJS
|
| [so]: http://stackoverflow.com/questions/tagged/angular.dart
|
| [list]: https://groups.google.com/forum/#!forum/angular-dart
|
| @@ -38,3 +43,5 @@ Please file bugs and feature requests using the [Github Issues Tracker][issues].
|
| [dart]: http://www.dartlang.org
|
| [ng]: http://angularjs.org/
|
| [issues]: https://github.com/angular/angular.dart/issues?state=open
|
| +[contributing]: https://github.com/angular/angular.dart/blob/master/CONTRIBUTING.md
|
| +
|
|
|