Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Apr 17, 2014
1 parent 88a3d2e commit e4115a2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ var adapter = require('lockit-mongodb-adapter');

## Configuration

The following settings are required.
The following setting is required.

```js
exports.db = 'mongodb://127.0.0.1/test';
exports.dbCollection = 'users';
exports.db = {
url: 'mongodb://127.0.0.1/',
name: 'test',
collection: 'users'
};
```

## Features
Expand Down

0 comments on commit e4115a2

Please sign in to comment.