fix quotes in input file example in README.md (#283)
This should close #281
This commit is contained in:
parent
e9070511cf
commit
b48af65285
1 changed files with 2 additions and 2 deletions
|
@ -181,9 +181,9 @@ These optional lines must start with white space(s).
|
||||||
Usage -
|
Usage -
|
||||||
```
|
```
|
||||||
https://web.microsoftstream.com/video/xxxxxxxx-aaaa-xxxx-xxxx-xxxxxxxxxxxx
|
https://web.microsoftstream.com/video/xxxxxxxx-aaaa-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
-dir=videos/lessons/week1
|
-dir="videos/lessons/week1"
|
||||||
https://web.microsoftstream.com/video/xxxxxxxx-aaaa-xxxx-xxxx-xxxxxxxxxxxx
|
https://web.microsoftstream.com/video/xxxxxxxx-aaaa-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
-dir=videos/lessons/week2"
|
-dir="videos/lessons/week2"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Title template
|
### Title template
|
||||||
|
|
Loading…
Reference in a new issue