From 51ce68d72c2e952b7ab8f013df8417694b58d03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erich=20K=C3=A4stner?= <36450093+jdknives@users.noreply.github.com> Date: Fri, 17 Apr 2020 14:41:00 +0200 Subject: [PATCH 1/2] rm unnecessary line --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ffb96464f9..cad1cedffa 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,7 @@ Every node can be controlled by one or more hypervisors. The hypervisor allows t ```json "hypervisors":[{ - "public_key":"02b72766f0ebade8e06d6969b5aeedaff8bf8efd7867f362bb4a63135ab6009775", - "address":"127.0.0.1:7080" + "public_key":"02b72766f0ebade8e06d6969b5aeedaff8bf8efd7867f362bb4a63135ab6009775" }], ``` From 2a3d2feb384805df15a10b9e53fba68118fd25f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erich=20K=C3=A4stner?= <36450093+jdknives@users.noreply.github.com> Date: Fri, 17 Apr 2020 14:51:14 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cad1cedffa..e8ac63d6c6 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,7 @@ In the above example, we have two other visors running on localhost (that we wis Every node can be controlled by one or more hypervisors. The hypervisor allows to control and configure multiple visors. In order to allow a hypervisor to access a visor, the address and PubKey of the hypervisor needs to be configured first on the visor. Here is an example configuration: ```json - "hypervisors":[{ - "public_key":"02b72766f0ebade8e06d6969b5aeedaff8bf8efd7867f362bb4a63135ab6009775" - }], + "hypervisors":[{"public_key":"02b72766f0ebade8e06d6969b5aeedaff8bf8efd7867f362bb4a63135ab6009775"}], ``` ### Run `skywire-visor`