From ac1a0872c5fbfa1ab155f6bf3cc926b8d768e1f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20Ondreji=C4=8Dka?= <ondrejickam@infotech.sk>
Date: Mon, 30 Aug 2021 14:08:54 +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 81a16da..ecac2ca 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Ordering by property:
 ```c#
 LayerContract[] layers = await devkitConnector.GetLayers("?$orderby=Updated");
 ```
-Expanding by another related data:
+Expanding by another related data model:
 ```c#
 SectorContract sector = await devkitConnector.GetSector(1, "?$expand=Beacons");
 ```
-- 
GitLab