From 4abbaa2cc970ee5b26cf1515047592f92fdf5d1d Mon Sep 17 00:00:00 2001 From: Rony Cohen Date: Wed, 22 Jul 2015 10:37:09 +0200 Subject: [PATCH] full Javascript / html without browserify or Node.js Implementation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981d4cd..60d57d5 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ This will also work in the browser if you are using [Browserify](http://browseri 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`. -**********************************************Example: +Example: ```html @@ -243,7 +243,7 @@ dumpedString += line; remoteDB.dump(stream).then(function () { console.log('Yay, I have a dumpedString: ' + dumpedString); }); - +``` Building ----