Skip to content

Commit

Permalink
full Javascript / html without browserify or Node.js Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronycohen committed Jul 22, 2015
1 parent 62b7047 commit 4abbaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<script src="lib/pouchdb/dist/pouchdb.js"></script>
Expand Down Expand Up @@ -243,7 +243,7 @@ dumpedString += line;
remoteDB.dump(stream).then(function () {
console.log('Yay, I have a dumpedString: ' + dumpedString);
});

```

Building
----
Expand Down

0 comments on commit 4abbaa2

Please sign in to comment.