| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index b5f5d7478ea5398b850d2f16f6503eed65360adb..1fc9691ead2f721595592d0bf89676e7b67c0168 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -4,8 +4,10 @@ Reading data from package contents and files.
|
|
|
| ## Features and bugs
|
|
|
| -The current version depends on the `dart:io` library, and doesn't work
|
| -in the browser. A browser alternative will be added soon.
|
| +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].
|
|
|
|
|