Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #100 from bahamas10/patch-1
Browse files Browse the repository at this point in the history
[docs] update readme
  • Loading branch information
dscape committed Aug 27, 2012
2 parents 6502b93 + 6e89f27 commit 683513f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -509,7 +509,7 @@ reusing a cookie:
``` js
var auth = "some stored cookie"
, callback = console.log // this would normally be some callback
, nano require('nano')(
, alice = require('nano')(
{ url : 'http://localhost:5984/alice', cookie: 'AuthSession=' + auth });
;

Expand Down

0 comments on commit 683513f

Please sign in to comment.