Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
floatdrop committed Jan 21, 2015
1 parent a48bd86 commit e91d0e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -43,9 +43,9 @@ app.get('/', function(req, res) {

```

All options from [`mongodb-uri`](https://github.com/mongolab/mongodb-uri-node) plus:
All options from [`connect-once`](https://github.com/floatdrop/connect-once), such as `reconnectWait` and `heartbeat` function.
And `mongoClient` - object, that passed to [MongoClient.connect](http://mongodb.github.io/node-mongodb-native/driver-articles/mongoclient.html#read-preference).
* All options from [`mongodb-uri`](https://github.com/mongolab/mongodb-uri-node) plus:
* All options from [`connect-once`](https://github.com/floatdrop/connect-once), such as `reconnectWait` and `heartbeat` function.
* `mongoClient` - object, that passed to [MongoClient.connect](http://mongodb.github.io/node-mongodb-native/driver-articles/mongoclient.html#read-preference).

## Events

Expand Down

0 comments on commit e91d0e4

Please sign in to comment.