From 0f881e1cfad579fa18aacd989043e845ffab4c40 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Sun, 31 Jul 2011 22:57:32 -0400 Subject: [PATCH] Added tracking image to readme. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2169ba2..00fe127 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ tested them. Syntax ------ - FileSaver saveAs(in Blob data, in DOMString filename); + FileSaver saveAs(in Blob data, in DOMString filename) Examples -------- @@ -67,9 +67,10 @@ this. This isn't that useful unless you're saving very large files (e.g. generated video). +![Tracking image](//in.getclicky.com/212712ns.gif) [1]: http://www.w3.org/TR/file-writer-api/#the-filesaver-interface [2]: http://oftn.org/projects/FileSaver.js/demo/ [3]: http://www.w3.org/TR/file-writer-api/#the-blobbuilder-interface [4]: https://github.com/eligrey/BlobBuilder.js - [5]: https://github.com/eligrey/canvas-toBlob.js \ No newline at end of file + [5]: https://github.com/eligrey/canvas-toBlob.js