| Index: pkg/unittest/lib/unittest.dart
|
| diff --git a/pkg/unittest/lib/unittest.dart b/pkg/unittest/lib/unittest.dart
|
| index 50d308b8d26c0d27b8b81441d1db82c5b0f4b929..9b01a1118e5cfc59d4bb85fa36f03e3e15370099 100644
|
| --- a/pkg/unittest/lib/unittest.dart
|
| +++ b/pkg/unittest/lib/unittest.dart
|
| @@ -5,9 +5,20 @@
|
| /**
|
| * A library for writing dart unit tests.
|
| *
|
| - * To import this library, install the
|
| - * [unittest package](http://pub.dartlang.org/packages/unittest) via the pub
|
| - * package manager. See the [Getting Started](http://pub.dartlang.org/doc)
|
| + * ## Installing ##
|
| + *
|
| + * Use [pub][] to install this package. Add the following to your `pubspec.yaml`
|
| + * file.
|
| + *
|
| + * dependencies:
|
| + * unittest: any
|
| + *
|
| + * Then run `pub install`.
|
| + *
|
| + * For more information, see the
|
| + * [unittest package on pub.dartlang.org][pkg].
|
| + *
|
| + * See the [Getting Started](http://pub.dartlang.org/doc)
|
| * guide for more details.
|
| *
|
| * ##Concepts##
|
| @@ -150,6 +161,8 @@
|
| * });
|
| * }
|
| *
|
| + * [pub]: http://pub.dartlang.org
|
| + * [pkg]: http://pub.dartlang.org/packages/unittest
|
| */
|
| library unittest;
|
|
|
|
|