From 39097754ea3282ec5a6c4171ee6c5a932d78ba93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michal=20Ondreji=C4=8Dka?= <ondrejickam@infotech.sk>
Date: Mon, 30 Aug 2021 15:37:37 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d8a30ce..75721b2 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ await devkitConnector.AddSensorData(sensorContracts);
 
 ### Full list of functions
 * **Areas**
-	* GetAreas() - Get all areas
+	* `GetAreas()` - Get all areas
 	* GetArea(id) - Get area by ID
 * **Authorization**
 	* Authenticate(login, password) - Authenticate with login and password as user/device/sensor
@@ -231,7 +231,7 @@ await devkitConnector.AddSensorData(sensorContracts);
 * **Users**
 	* GetUserInfo() - Get information about the current user (in order to do this you need to be **authenticated** as said user)
 * **Utils**
-	* GetDemoFilesInfo() - Get information (version, size, name) about all the demo files
+	* `GetDemoFilesInfo()` - Get information (version, size, name) about all the demo files
 	* GetFile(fileName) - Get byte representation of the specified file
 	* GetDemoFile(fileName) - Get byte representation of the specified demo file
 	* GetUnityLastVersion(platform) - Get the last version of the Unity app
-- 
GitLab