| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 346085b8233f290c3e36ca9d4f121bd1006a8100..95a06d9a5490bee56e2490651e84914e45ef25e5 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -1,10 +1,11 @@
|
| Dart Synchronous HTTP Client
|
| ============================
|
|
|
| +[](https://travis-ci.org/dart-lang/sync_http/)
|
| +
|
| **Important Note:** This package requires the RawSynchronousSocket class to
|
| work, which should become available in version 1.24 of the Dart SDK. If you
|
| -really want to use this package now, you'll have to build the Dart VM from
|
| -the most up-to-date source hosted in dart-lang/sdk.
|
| +really want to use this package now, you'll need to use the 1.24-dev SDK.
|
|
|
| A simple Dart HTTP client implemented using RawSynchronousSockets to allow for
|
| synchronous HTTP requests.
|
|
|