Skip to content

Commit 71e21fa

Browse files
authored
Update README.md
1 parent a46c080 commit 71e21fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Supports `table`, `discovery`, `coordination`, `ratelimiter`, `scheme` and `scri
1515

1616
* connect to YDB
1717
```
18-
db, err := ydb.Open(ctx, "grpcs://localhost:2135/?database=/local", ydb.WithAnonymousCredentials())
18+
db, err := ydb.Open(ctx, "grpcs://localhost:2135/?database=/local")
1919
if err != nil {
2020
log.Fatal(err)
2121
}

0 commit comments

Comments
 (0)