From 1fbef8f38af6c4ae9f77b301ffe70eedb72922fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Kr=C3=B6ger?= Date: Wed, 2 Aug 2017 17:26:29 +0200 Subject: [PATCH] Fixed headline for `createObjectURL` (#37) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aab0d1..cf8f3f4 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ var myBlob = blobUtil.createBlob(['hello world'], {type: 'text/plain'}); ``` -###createObjectURL(blob) +### createObjectURL(blob) Shim for [URL.createObjectURL()](https://developer.mozilla.org/en-US/docs/Web/API/URL.createObjectURL) to support browsers that only have the prefixed