Skip to content

Commit aaa539f

Browse files
committed
chore(README): consistenize indent of lists
1 parent a0b9f98 commit aaa539f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
## Features
1111

12-
- fluent query builder api
13-
- custom base query support
14-
- MongoDB 2.4 geoJSON support
15-
- method + option combinations validation
16-
- node.js driver compatibility
17-
- environment detection
18-
- [debug](https://github.com/visionmedia/debug) support
19-
- separated collection implementations for maximum flexibility
12+
- fluent query builder api
13+
- custom base query support
14+
- MongoDB 2.4 geoJSON support
15+
- method + option combinations validation
16+
- node.js driver compatibility
17+
- environment detection
18+
- [debug](https://github.com/visionmedia/debug) support
19+
- separated collection implementations for maximum flexibility
2020

2121
## Use
2222

@@ -1299,9 +1299,9 @@ The trace function is passed (method, queryInfo, query)
12991299
13001300
- method is the name of the method being called (e.g. findOne)
13011301
- queryInfo contains information about the query:
1302-
- conditions: query conditions/criteria
1303-
- options: options such as sort, fields, etc
1304-
- doc: document being updated
1302+
- conditions: query conditions/criteria
1303+
- options: options such as sort, fields, etc
1304+
- doc: document being updated
13051305
- query is the query object
13061306
13071307
The trace function should return a callback function which accepts:
@@ -1395,8 +1395,8 @@ If you need to specify tags, pass an instance of your drivers ReadPreference con
13951395
13961396
## Future goals
13971397
1398-
- mongo shell compatibility
1399-
- browser compatibility
1398+
- mongo shell compatibility
1399+
- browser compatibility
14001400
14011401
## Installation
14021402

0 commit comments

Comments
 (0)