From 53f136843843896bf67bdd10e880b09062933aa2 Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 12 Jul 2013 21:09:07 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eabfd2dc..30308b24 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Using Fabric.js, you can create and populate objects on canvas; objects like sim - Encapsulated in one object - No browser sniffing for critical functionality - Runs under ES5 strict mode -- Runs on a server under [Node.js](http://nodejs.org/) +- Runs on a server under [Node.js](http://nodejs.org/) (0.6, 0.8, 0.10) ### Supported browsers @@ -27,7 +27,7 @@ Using Fabric.js, you can create and populate objects on canvas; objects like sim - Safari 3+ - Opera 9.64+ - Chrome (all versions should work) -- IE9+ +- IE9, IE10, IE11 #### With help of [Explorer Canvas](http://code.google.com/p/explorercanvas/)