From b85d42b7c0efbd80fb46be572c5df354a8d269fb Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 20 Jul 2015 11:27:17 -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 fa5a974..9687216 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Promise.all([ }); ``` -If you aren't using [Browserify](http://browserify.org/), you can download `MemoryStream` from [https://wzrd.in/standalone/memorystream@latest](https://wzrd.in/standalone/memorystream@latest). +This will also work in the browser if you are using [Browserify](http://browserify.org). If you aren't using Browserify, then you can download `MemoryStream` from [https://wzrd.in/standalone/memorystream@latest](https://wzrd.in/standalone/memorystream@latest) and it will be available as `window.memorystream`. Dumping to a string ---