From 32530c61eda82aeeb5b0cb727c7ab7130ed5fc8e Mon Sep 17 00:00:00 2001 From: Gabx Date: Sun, 21 Aug 2016 19:41:54 +0200 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da2359b0f..150db47f1 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ To start parity as a regular user using systemd init: 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/prity.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"```. + Example: ```ARGS="ui --geth --identity MyMachine"```.