Merge pull request #11 from Osis/readme-tweak
Remove colons from options in README
This commit is contained in:
commit
1fc48aadfa
1 changed files with 2 additions and 2 deletions
|
@ -51,6 +51,6 @@ we can upload _only_ the `results` subdirectory by using the following `options`
|
|||
|
||||
```yaml
|
||||
options:
|
||||
- "--exclude: '*'",
|
||||
- "--include: 'results/*'"
|
||||
- "--exclude '*'",
|
||||
- "--include 'results/*'"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue