| Index: pkg/unittest/lib/matcher.dart
|
| diff --git a/pkg/unittest/lib/matcher.dart b/pkg/unittest/lib/matcher.dart
|
| index 658419817f8dc0069b05fb50378c94ca7d02c7cd..fb1c6567742cad329ba11f0c4234cbc861335e56 100644
|
| --- a/pkg/unittest/lib/matcher.dart
|
| +++ b/pkg/unittest/lib/matcher.dart
|
| @@ -4,6 +4,18 @@
|
| /**
|
| * The matcher library provides a 3rd generation assertion mechanism, drawing
|
| * inspiration from [Hamcrest](http://code.google.com/p/hamcrest/).
|
| + *
|
| + * ## Installing ##
|
| + *
|
| + * Use [pub][] to install this package. Add the following to your `pubspec.yaml`
|
| + * file.
|
| + *
|
| + * dependencies:
|
| + * matcher: any
|
| + *
|
| + * And then run `pub install`.
|
| + *
|
| + * [pub]: http://pub.dartlang.org
|
| */
|
| library matcher;
|
|
|
|
|