From ef0bb691bc3020677e88edc51bac4dfa393989db Mon Sep 17 00:00:00 2001 From: Gabx Date: Tue, 23 Aug 2016 20:10:13 +0200 Subject: [PATCH] capitalize some words --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 150db47f1..876bb9776 100644 --- a/README.md +++ b/README.md @@ -86,19 +86,19 @@ This will produce an executable in the `./target/release` subdirectory. ## Start parity ### manually -To start manually parity, just run +To start Manually Parity, just run ```bash $ ./target/release/parity ``` -and parity will begin syncing the Ethereum blockchain. +and Parity will begin syncing the Ethereum blockchain. ### systemd service file -To start parity as a regular user using systemd init: +To start Parity as a regular user using systemd init: -1. copy the ```parity/scripts/parity.service``` in your +1. Copy the ```parity/scripts/parity.service``` in your systemd user directory (usually ```~/.config/systemd/user```). -2. to pass any argument to parity, write a ```~/.parity/parity.conf``` file this way: +2. To pass any argument to parity, write a ```~/.parity/parity.conf``` file this way: ```ARGS="ARG1 ARG2 ARG3"```. Example: ```ARGS="ui --geth --identity MyMachine"```.