[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #223 from hadrien-toma/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
broerse authored Feb 28, 2018
2 parents aa93093 + aaceb03 commit 077ed12
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 @@ -11,9 +11,9 @@ Easy user authentication for PouchDB/CouchDB.

```js
var db = new PouchDB('http://mysite:5984/mydb', {skip_setup: true});
db.login('batman', 'brucewayne').then(function (batman) {
db.logIn('batman', 'brucewayne').then(function (batman) {
console.log("I'm Batman.");
return db.logout();
return db.logOut();
});
```

Expand Down

0 comments on commit 077ed12

Please sign in to comment.