Skip to content

Commit 5e57d3c

Browse files
authored
Update README.md
1 parent 6d0fc58 commit 5e57d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- Cursor
2929
- Aggregate
3030
- Transactions
31-
- predefine operator keys
31+
- Predefine operator keys
3232

3333
## Installation
3434

@@ -201,7 +201,7 @@ result, err = cli.DoTransaction(ctx, callback)
201201
````
202202
[More about transaction](https://github.com/qiniu/qmgo/wiki/Transactions)
203203

204-
- predefine operator keys
204+
- Predefine operator keys
205205
````go
206206
// aggregate
207207
matchStage := bson.D{{operator.Match, []bson.E{{"weight", bson.D{{operator.Gt, 30}}}}}}

0 commit comments

Comments
 (0)