diff --git a/README.md b/README.md index b5b92c3..5f23d19 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It supports the following features through Data API: ## Example -``` +```csharp var client = new RqliteClient("http://localhost:4001"); //Assuming you have rqlite running on that port locally var version = await client.Ping();