From b5a3cfe2406c0c927da3797848ce723a6a2b032d Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Fri, 21 Jun 2013 10:59:21 -0300 Subject: [PATCH] Made it more clear which browsers need Blob.js --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c6137..69d5ea1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ Supported Browsers * Google Chrome * Up to 345 MiB per blob * Opera 11+ -* Safari 5 + * Requires [Blob.js](https://github.com/eligrey/Blob.js) +* Safari 5+ + * Requires [Blob.js](https://github.com/eligrey/Blob.js) +* Firefox <4 + * Requires [Blob.js](https://github.com/eligrey/Blob.js) Unlisted future versions of browsers will probably work too; I just haven't tested them.