From b66c2386f062456ef8610f415bd3c595bd1859e2 Mon Sep 17 00:00:00 2001 From: TanelOrumaa Date: Sun, 12 Dec 2021 20:25:24 +0200 Subject: [PATCH] MOB-55 Small addition to readme --- demoBackend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demoBackend/README.md b/demoBackend/README.md index 73cfe53..7a32935 100644 --- a/demoBackend/README.md +++ b/demoBackend/README.md @@ -32,7 +32,7 @@ Copy the second forwarding link (the one with https) and put it in ```com.tarkva ### 3. Run the project Use your favourite IDE or just run it via commandline with ```./mvnw spring-boot:run``` -On your Android device browser navigate to the url you copied earlier and you should see the website landing page. If you have the mobile authentication app installed, you should be able to log into the website with your Estonian ID-card. +On your browser (Android to test out from Android device or desktop to try out ID-card reader or QR-code capability) navigate to the url you copied earlier and you should see the website landing page. If you have the mobile authentication app installed, you should be able to log into the website with your Estonian ID-card. ## Credits...