Skip to content

Commit 8f962dd

Browse files
committed
GODRIVER-1789 link to Connect docs in README
1 parent c4dde16 commit 8f962dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ defer func() {
8383
}()
8484
```
8585

86+
For more advanced configuration and authentication, see the [documentation for mongo.Connect](https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo#Connect).
87+
8688
Calling `Connect` does not block for server discovery. If you wish to know if a MongoDB server has been found and connected to,
8789
use the `Ping` method:
8890

0 commit comments

Comments
 (0)