From c3aec61188894cd872aeb415443c6cec730d8a80 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Thu, 23 May 2013 16:31:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8935a5..92c1bc4 100644 --- a/README.md +++ b/README.md @@ -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