From ff4d0b8aef08a93fd6f905a12e3c2bb7ef3981e0 Mon Sep 17 00:00:00 2001
From: Levon Sargsyan <levon.sargsyan@qt.io>
Date: Mon, 4 May 2020 17:45:55 +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 6660f79..3e8a11f 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ Utilty script that runs qdoc tests and measures code coverage
 
 - Usage 
 	```
-	export $QT_BIN_DIR -> where qmake is located
-	export $COV_WORKDIR -> path to workdir
+	export QT_BIN_DIR= -> where qmake is located
+	export COV_WORKDIR= -> path to workdir
 	./runner.sh -branch 5.15
 	firefox $COV_WORKDIR/HTML/index.html
 	```
-- 
GitLab