Update README.md

This commit is contained in:
Eli Grey
2013-05-23 16:31:58 -04:00
parent 31ace38f41
commit c3aec61188
+1 -1
View File
@@ -35,7 +35,7 @@ Examples
saveAs(blob, "hello world.txt");
The standard W3C File API [`Blob`][3] interface is not available in all browsers.
[Blob.js][4] is a cross-browser `BlobBuilder` implementation that solves this.
[Blob.js][4] is a cross-browser `Blob` implementation that solves this.
### Saving a canvas