| Index: pkg/intl/lib/intl.dart
|
| diff --git a/pkg/intl/lib/intl.dart b/pkg/intl/lib/intl.dart
|
| index 9a9c5298a8bf564790e893ebe93e2706fb17b6ac..8112b6799c20e06863e3fc89eb785a04de90423f 100644
|
| --- a/pkg/intl/lib/intl.dart
|
| +++ b/pkg/intl/lib/intl.dart
|
| @@ -7,12 +7,27 @@
|
| * message formatting and replacement, date and number formatting and parsing,
|
| * and utilities for working with Bidirectional text.
|
| *
|
| + * ## Installing ##
|
| + *
|
| + * Use [pub][] to install this package. Add the following to your `pubspec.yaml`
|
| + * file.
|
| + *
|
| + * dependencies:
|
| + * intl: any
|
| + *
|
| + * Then run `pub install`.
|
| + *
|
| + * For more information, see the
|
| + * [intl package on pub.dartlang.org](http://pub.dartlang.org/packages/intl).
|
| + *
|
| * For things that require locale or other data, there are multiple different
|
| * ways of making that data available, which may require importing different
|
| * libraries. See the class comments for more details.
|
| *
|
| * There is also a simple example application that can be found in the
|
| * `example/basic` directory.
|
| + *
|
| + * [pub]: http://pub.dartlang.org
|
| */
|
| library intl;
|
|
|
|
|