Skip to content

Commit 14d9379

Browse files
Update README.md
1 parent afaaaf4 commit 14d9379

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
@@ -37,7 +37,7 @@ var ydbConnectionBuilder = new YdbConnectionStringBuilder
3737
CredentialsProvider = credentialsProvider // Credentials provider, see "Credentials" section
3838
};
3939

40-
await using var connection = new YdbConnection();
40+
await using var connection = new YdbConnection(ydbConnectionBuilder);
4141
await connection.OpenAsync();
4242

4343
var ydbCommand = connection.CreateCommand();

0 commit comments

Comments
 (0)