From 945f08bc7498af25a28f7b44b2245feae21fd630 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sat, 30 Sep 2017 02:10:23 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef3286..147d5f8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Pass `true` for `disableAutoBOM` if you don't want FileSaver.js to automatically Examples -------- -### Saving text using with require +### Saving text using require ```js var FileSaver = require('file-saver'); var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"});