Update README.md.

R=mit@google.com

Review URL: https://codereview.chromium.org//2399123003 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99b366e..fa4ec0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 2.0.2
+- Update README.md.
+
+## 2.0.1
+- Fix type warnings.
+
 ## 2.0.0
 - Use configuration dependent imports to avoid having separate implementations
   for `dart:io` and `dart:html`.
diff --git a/README.md b/README.md
index 405e66e..8241d16 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,6 @@
 
 ## Features and bugs
 
-The current version of `resource.dart` depends on the `dart:io` library,
-and doesn't work in the browser.
-Use `package:resource/browser_resource.dart` in the browser until
-further notice.
-
 Please file feature requests and bugs at the [issue tracker][tracker].
 
 [tracker]: https://github.com/dart-lang/resource/issues
diff --git a/pubspec.yaml b/pubspec.yaml
index 6aefde7..460b422 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: resource
-version: 2.0.1
+version: 2.0.2
 description: Reading resource data from (package and other) files.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/resource