| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 289911bea48eac3feb274540b182d4fb3e2c870d..9a832fda111bf883d872631875cea0ea307920b9 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -1,9 +1,6 @@
|
| -# sample
|
| +# Conversion utilities package
|
|
|
| -A library for Dart developers. It is awesome.
|
| -
|
| -## Features and bugs
|
| -
|
| -Please file feature requests and bugs at the [issue tracker][tracker].
|
| -
|
| -[tracker]: https://github.com/dart-lang/sample/issues
|
| +This package contains encoders and decoders for converting between different
|
| +data representations. It's the external counterpart of the `dart:convert` core
|
| +library, and contains less-central APIs and APIs that need more flexible
|
| +versioning.
|
|
|