Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #12.
  • Loading branch information
diversario committed May 25, 2014
1 parent be70ba1 commit dbe9bb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ via npm:
setting them, and deserialize them with `JSON.parse` when getting them.
(optional, default: false). Note that deserialization will not revive Dates, Object IDs and other non-plain objects.

The second parameter to the `MongoStore` constructor is a callback which will be called once the database connection is established.
This is mainly used for the tests, however you can use this callback if you want to wait until the store has connected before
starting your app.

## Example

With express 3.x:
Expand Down

0 comments on commit dbe9bb0

Please sign in to comment.