Skip to content

Commit 99c3c52

Browse files
authored
Fix typo in README.md (#251)
1 parent fc6a11c commit 99c3c52

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
@@ -98,7 +98,7 @@ Example of using a query client to execute a simple query:
9898

9999
```c#
100100
// Create QueryClient using Driver instance.
101-
using var queryClient = new QueryService(driver);
101+
using var queryClient = new QueryClient(driver);
102102

103103
var row = await queryClient.ReadRow(@"
104104
DECLARE $id AS Uint64;

0 commit comments

Comments
 (0)