From dc795810e4868b6d10f65f0a5f0dfe3a91eb4631 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrik=20Pa=C5=A1ko?= <pasko@infotech.sk>
Date: Thu, 13 May 2021 21:45:02 +0000
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 853d9db..c1110f4 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,18 @@
 # Twinzo C# development kit
 .NET 5 SDK for digital twin developers used to connect your C# code with twinzo platform.
 
-Providing whole API endpoint communication methods and data contracts for easy serialization and transporting.
+Providing whole API Endpoint communication methods and data contracts for easy serialization and transporting.
 
 ## Nuget package
 SDK Nuget package is publicly available for developers to use twinzo platform API right from Visual Studio IDE. 
 
 Please read [Package & Repository - tDevKit](https://gitlab.twinzo.eu/digital-twin/twinzo/tdevkit/-/packages/2) section for more informations and instructions do get known, how to install SDK. 
 
+## API
+Rest json/protobuf API for registered twinzo clients and partners provides fully capable interface for bidirectional digital twin integration.
+
+[API Endpoint](https://twin.rtls.solutions/api/swagger/ui/index#/) for each digital twin module uses same authorization methods to provide all system unification into single instance - twinzo.
+
 ## Future features
 - **protobuffers** serialization
 - automated order system(AOS) for logistics integration
-- 
GitLab