From b5efee415dd5c55c3c29ccfba74fa7b1fa56b1ce Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 14 Feb 2022 23:48:42 +0200 Subject: [PATCH] Add language for syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();