From b689bde4dda853c0128e8b0f749476e60c601a22 Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Mon, 28 Sep 2015 23:46:12 -0600 Subject: [PATCH] Updating README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b162257..fa896da 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,11 @@ Using npm: $ npm install axios ``` -## Compatibility +## Browser Support -Tested to work with >=IE8, Chrome, Firefox, Safari, and Opera. +![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | +--- | --- | --- | --- | --- | +Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ | ## Promises -- GitLab