Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: README.md

Issue 955593002: Update project to match OSS template (Closed) Base URL: git@github.com:dart-lang/mime.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LICENSE ('k') | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LICENSE ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698