Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index 73a40f4418e2a0fc42ab6dacad8c07d8ac8388e4..f3a4844aa035296892a82a243d57f2c0952ce781 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -1,3 +1,5 @@ |
| +# Async utilities package |
| + |
| The `async` package will contain tools to work with asynchronous computations. |
| The package contains sub-libraries with different utilities. |
| @@ -17,3 +19,9 @@ It also allows releasing the `Result` back into an asynchronous computation. |
| ### History. |
| This package is unrelated to the discontinued `async` package with version 0.1.7. |
| + |
| +## 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 10:18:24
wrong url
Søren Gjesse
2015/02/24 10:27:13
Done.
|