From 08c5d884331f149142d4c921efa2aed41ccc0825 Mon Sep 17 00:00:00 2001 From: Garrett MacDonald <1791145+Garr255@users.noreply.github.com> Date: Tue, 2 Oct 2018 22:04:52 +0200 Subject: [PATCH 1/2] fixed readme directory typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7981598..d58c92e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $ cd tobalaba $ git clone https://github.com/energywebfoundation/authority-node.git -$ cd ewf-tobalaba +$ cd authority-node ``` ### 3b. Install Dependencies From 2bd41aebe83c408f43da460118f5ec8bba71e500 Mon Sep 17 00:00:00 2001 From: Garrett MacDonald <1791145+Garr255@users.noreply.github.com> Date: Tue, 2 Oct 2018 22:32:20 +0200 Subject: [PATCH 2/2] Update README.md fix typo: ` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d58c92e..ebadde5 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ enode://80bdd812ff39cd4946ba84eabfced743a0e0888cdab7fab2344b57a630915fb3e50e258f The key file contains the public address, just copy and execute the command bellow. What follows is an example of the output. ``` -$ sudo cat ~/tobalaba/authority_node/chain/keys/Tobalaba/UTC-* | python -m json.tool | grep address` +$ sudo cat ~/tobalaba/authority_node/chain/keys/Tobalaba/UTC-* | python -m json.tool | grep address "address": "58e3ed96f074106c41275463883f5f0718b37f2c", ```