| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index e1e7db53bed9604faf7c7bc8dc051b74d5003bfd..c7a4772cd653e9a3a96f8c2b5065386db31c1b23 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -1,4 +1,4 @@
|
| -Helper libraries for working with typed data lists.
|
| +# Helper libraries for working with typed data lists.
|
|
|
| The `typed_data` package contains utility functions and classes that makes working with typed data lists easier.
|
|
|
| @@ -12,4 +12,10 @@ The `typed_data` package can be imported as
|
|
|
| Typed buffers are contains growable lists backed by typed arrays.
|
| These are similar to the growable lists returned by `new List()`,
|
| -but stores typed data like a typed data list.
|
| +but stores typed data like a typed data list.
|
| +
|
| +## Features and bugs
|
| +
|
| +Please file feature requests and bugs at the [issue tracker][tracker].
|
| +
|
| +[tracker]: https://github.com/dart-lang/typed_data/issues
|
|
|