diff --git a/README.md b/README.md
index d69b5b7d..181934fa 100644
--- a/README.md
+++ b/README.md
@@ -22,28 +22,28 @@ Notable commits, announcements and news are posted to
Running in Chrome before and after connecting:
-
+
See more screenshots here.
### Browser Requirements
-* HTML5 Canvas: Except for Internet Explorer, most
- browsers have had Canvas support for quite some time. Internet
- Explorer 9 will have Canvas support (finally).
+* HTML5 Canvas (with createImageData): Chrome, Firefox 3.6+, iOS
+ Safari, Opera 11+, Internet Explorer 9+, etc.
* HTML5 WebSockets: For browsers that do not have builtin
WebSockets support, the project includes
web-socket-js,
- a WebSockets emulator using Adobe Flash.
+ a WebSockets emulator using Adobe Flash. iOS 4.2+ has built-in
+ WebSocket support.
* Fast Javascript Engine: noVNC avoids using new Javascript
functionality so it will run on older browsers, but decode and
rendering happen in Javascript, so a slow Javascript engine will
mean noVNC is painfully slow.
-* I maintain a more detailed list of browser compatibility here.