From aba000e730f43f88048f0839b6078ab988591e52 Mon Sep 17 00:00:00 2001 From: Euphy Date: Mon, 29 Oct 2018 00:45:05 +0000 Subject: [PATCH] Tiny grammar fix "Abopve" --> "Above" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb06ed4..679eeaae 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ If you have your masternode private key, please use this (you can generate maste ```bash git clone https://github.com/phoreproject/vps.git && cd vps && ./install.sh -p phore -k **PRIVATE KEY** ``` -Using this command, you can skip "Configure masternode configuration files" below, because the command abopve adds the masternode private key to the masternode configuration files. +Using this command, you can skip "Configure masternode configuration files" below, because the command above adds the masternode private key to the masternode configuration files. This prepares the system and installs the Phore Masternode daemon. This includes downloading the latest Phore masternode release, creating a swap file, configuring the firewall, and compiling the Phore Masternode from source code. This process takes about 10-15 minutes.