Skip to content

Commit

Permalink
Fix typo in README.md (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-sea authored Jan 20, 2025
1 parent fc6a11c commit 99c3c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Example of using a query client to execute a simple query:

```c#
// Create QueryClient using Driver instance.
using var queryClient = new QueryService(driver);
using var queryClient = new QueryClient(driver);

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

0 comments on commit 99c3c52

Please sign in to comment.