| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index dd69358b0172ea5ea44901988f7b41ae0c38f7e9..d5bf11a4d2e96b8ebf4864be070705989c085e6c 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -42,7 +42,12 @@ the length of the content of each part.
|
| .map((part) => part.fold(0, (p, d) => p + d))
|
| .listen((length) => print('Part with length $length'));
|
|
|
| -Take a look at the `HttpBodyHandler` in the [http_server][1] package for
|
| -handling different content types in a HTTP request.
|
| +Take a look at the `HttpBodyHandler` in the [http_server][http_server]
|
| +package for handling different content types in a HTTP request.
|
|
|
| -[1]: https://pub.dartlang.org/packages/http_server
|
| +## Features and bugs
|
| +
|
| +Please file feature requests and bugs at the [issue tracker][tracker].
|
| +
|
| +[tracker]: https://github.com/dart-lang/sample/issues
|
| +[http_server]: https://pub.dartlang.org/packages/http_server
|
|
|