Remove colons from options in README

This commit is contained in:
Dwayne Forde 2017-01-06 11:40:44 -05:00 committed by GitHub
parent 1aa3269274
commit 78ac057b62

View file

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