make args in example config in readme on separate lines, to make it more obvious how separate arguments are passed

This commit is contained in:
Daniel Patterson 2014-02-20 09:32:59 -05:00
parent 4e9096c6e1
commit c52f066639

View File

@ -113,7 +113,9 @@ configuration:
```yaml
exec: ../com.example.app
args:
- Hello World 1
- Hello
- World
- 1
host: www.example.com
extra-hosts:
- "*.example.com"