Fix IOWebSocketChannel import in readme (#175)

diff --git a/README.md b/README.md
index 5aeecf9..ca30950 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 [status]: https://pub.dev/documentation/web_socket_channel/latest/status/status-library.html
 
 ```dart
-import 'package:web_socket_channel/web_socket_channel.dart';
+import 'package:web_socket_channel/io.dart';
 import 'package:web_socket_channel/status.dart' as status;
 
 main() async {