diff --git a/README.md b/README.md index c710461..b11c41b 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,14 @@ if (bowser.webkit) { // do stuff with safari & chrome } ``` + IE Browsers will report their version along with if the browser is in compatability mode ``` js if (bowser.msie && bowser.compatability) { // beware compatability mode } - +``` Ender installation -----