From b012ca2e90dd411bb1c0afb250ee1c98633230a2 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 20 Jul 2015 11:26:13 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 890cbaa..fa5a974 100644 --- a/README.md +++ b/README.md @@ -166,13 +166,13 @@ Promise.all([ }); ``` -If you aren't using Browserify, you can download `MemoryStream` from [https://wzrd.in/standalone/memorystream@latest](https://wzrd.in/standalone/memorystream@latest). +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). Dumping to a string --- You can use [`concat-stream`](https://github.com/maxogden/concat-stream) to read in the entire -stream and dump it to a string. This will also work in the browser if you browserify it. +stream and dump it to a string. Example: @@ -196,7 +196,7 @@ db.dump(stream).then(function () { }); ``` -If you aren't using Browserify, you can download `concat-stream` from [https://wzrd.in/standalone/concat-stream@latest](https://wzrd.in/standalone/concat-stream@latest). +This will also work in the browser via [Browserify](http://browserify.org/). If you aren't using Browserify, then you can download `concat-stream` from [https://wzrd.in/standalone/concat-stream@latest](https://wzrd.in/standalone/concat-stream@latest) and it will be available as `window.concatStream`. Building ----