Merge pull request #11 from Osis/readme-tweak

Remove colons from options in README
This commit is contained in:
Aidan Feldman 2017-01-07 17:28:11 -05:00 committed by GitHub
commit 1fc48aadfa

View file

@ -51,6 +51,6 @@ we can upload _only_ the `results` subdirectory by using the following `options`
```yaml ```yaml
options: options:
- "--exclude: '*'", - "--exclude '*'",
- "--include: 'results/*'" - "--include 'results/*'"
``` ```