fix typos

This commit is contained in:
Gabx 2016-08-21 19:41:54 +02:00
parent 87b882dec1
commit 32530c61ed
1 changed files with 2 additions and 2 deletions

View File

@ -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"```.