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

Unified Diff: README.md

Issue 954703002: Update project to match OSS template (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Addressed review comments and added .gitignore and empty .status 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 73a40f4418e2a0fc42ab6dacad8c07d8ac8388e4..49ea5202286fbe7a758274f395cac402fe590958 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/async/issues
« no previous file with comments | « LICENSE ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698