Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index 7ebd62af2d318d0c8001c9b3d70a429434d62b9f..a05525745a254faabbfab7c476bb3303c3fa0686 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -1,4 +1,4 @@ |
| -Helper libraries for working with collections. |
| +#Helper libraries for working with collections. |
| The `collection` package contains a number of separate libraries |
| with utility functions and classes that makes working with collections easier. |
| @@ -67,3 +67,9 @@ methods to the wrapped object. |
| Wrapper classes can be used in various ways, for example to restrict the type |
| of an object to that of a supertype, or to change the behavior of selected |
| functions on an existing object. |
| + |
| +## Features and bugs |
| + |
| +Please file feature requests and bugs at the [issue tracker][tracker]. |
| + |
| +[tracker]: https://github.com/dart-lang/sample/issues |
|
ricow1
2015/02/24 11:42:17
url
Søren Gjesse
2015/02/24 12:11:30
Done.
|