Update README.md

This commit is contained in:
2019-09-16 00:25:10 -04:00
committed by GitHub
parent 4fcdc7ddcc
commit fd3625b098
+1 -1
View File
@@ -106,7 +106,7 @@ Installing dependencies from Pipfile.lock (2ee04c)…
### `$ bake argv-example WHO=you 1 2 3`
```console
+ Executing 'argv-example':
+ Executing 'argv-example':
++ echo 'HELLO, you'
HELLO, you
++ echo '[1,' 2, '3]'