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

Unified Diff: README.md

Issue 1364613002: Add a hexadecimal codec. (Closed) Base URL: git@github.com:dart-lang/convert.git@master
Patch Set: Code review changes Created 5 years, 3 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 | « no previous file | lib/convert.dart » ('j') | lib/src/hex.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 289911bea48eac3feb274540b182d4fb3e2c870d..9a832fda111bf883d872631875cea0ea307920b9 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
-# sample
+# Conversion utilities package
-A library for Dart developers. It is awesome.
-
-## Features and bugs
-
-Please file feature requests and bugs at the [issue tracker][tracker].
-
-[tracker]: https://github.com/dart-lang/sample/issues
+This package contains encoders and decoders for converting between different
+data representations. It's the external counterpart of the `dart:convert` core
+library, and contains less-central APIs and APIs that need more flexible
+versioning.
« no previous file with comments | « no previous file | lib/convert.dart » ('j') | lib/src/hex.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698