Skip to content

Commit 048de8c

Browse files
authored
Update README.md
1 parent 2e9024e commit 048de8c

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
@@ -6,7 +6,7 @@
66
[![GitHub release](https://img.shields.io/github/v/tag/qiniu/qmgo.svg?label=release)](https://github.com/qiniu/qmgo/releases)
77
[![GoDoc](https://pkg.go.dev/badge/github.com/qiniu/qmgo?status.svg)](https://pkg.go.dev/github.com/qiniu/qmgo?tab=doc)
88

9-
[简体中文](README_ZH.md)
9+
English | [简体中文](README_ZH.md)
1010

1111
`Qmgo` is a `MongoDB` `driver` for `Go` . It is based on [MongoDB official driver](https://github.com/mongodb/mongo-go-driver), but easier to use like [mgo](https://github.com/go-mgo/mgo) (such as the chain call).
1212

@@ -236,7 +236,7 @@ _, err := cli.InsertOne(context.Background(), u, options.InsertOneOptions{
236236
InsertHook: u,
237237
})
238238
````
239-
[More about hooks](https://github.com/qiniu/qmgo/wiki/Hooks) | [详情介绍](https://github.com/qiniu/qmgo/wiki/Hooks--(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87))
239+
[More about hooks](https://github.com/qiniu/qmgo/wiki/Hooks)
240240

241241

242242
## `Qmgo` vs `go.mongodb.org/mongo-driver`

0 commit comments

Comments
 (0)