From 6f5cf4f567f918121f3d915dbd57082cd331a7d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Ondreji=C4=8Dka?= <ondrejickam@infotech.sk> Date: Mon, 30 Aug 2021 09:46:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e94e863..aadc1d9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Rest json/protobuf API for registered twinzo clients and partners provides fully ### Initialization The first thing you need to do is create the base object by which the functionality will be accessible: -```C# +```c# ConnectionOptionsBuilder ConnectionOptionsBuilder = new ConnectionOptionsBuilder(); ConnectionOptions connectionOptions = optionsBuilder\ .Url("https://twin.rtls.solutions/api")\ -- GitLab