From 07dbde4c6e6ec2c882d072d91a4b1b0d0cd0a2d3 Mon Sep 17 00:00:00 2001 From: phahulin Date: Wed, 3 Jan 2018 14:23:02 +0300 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8381a7..6a0e9c7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ pip install ansible ``` cp group_vars/all.example group_vars/all ``` -and set the following variables: +and set the following variables in it: * `poa_role` - node's role (one of `bootnode`, `validator`, `moc`, `explorer`, `netstat`) * `access_key` - s3 access key * `secret_key` - s3 secret key @@ -51,7 +51,7 @@ localhost ansible-playbook -i hosts -c local site.yml ``` -19. if all is well, setup a cronjob to run every hour: +10. if all is well, setup a cronjob to run every hour: ``` crontab -e ```