From 0d9c7a938a0c5bcbf7b621687e606e1532fb2a61 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Mon, 28 Mar 2022 13:33:16 +0200
Subject: [PATCH] Documentation update

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a8fa96d..81f05e1 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ cordova emulate android
 ```
 
 ### Connecting to a local server
-While developing, you will want to connect to a local instance of VIPSLogic. This is done by editing the property `CONST_URL_DOMAIN` in `/src/components/CommonUtil.vue` (TODO: Refactor this to `CommonUtilLocal.vue`). Set it to whatever domain name you wish (e.g. vipslogic-local.no) and then edit your `/etc/hosts` file to point this to the IP address 10.0.2.2, like this
+While developing, you will want to connect to a local instance of VIPSLogic. This is done by editing the property `CONST_URL_DOMAIN` in `/src/components/CommonUtilLocal.vue`. Set it to whatever domain name you wish (e.g. vipslogic-local.no) and then edit your `/etc/hosts` file to point this to the IP address 10.0.2.2, like this
 
 ```
 10.0.2.2        vipslogic-local.no
-- 
GitLab