Update README.md

This commit is contained in:
2019-09-19 02:20:53 -04:00
committed by GitHub
parent a795afffbb
commit 271d7d9b18
+2 -2
View File
@@ -165,9 +165,9 @@ Neat, eh?
### Arguments & Parameters: Passing Values In
```console
$ bake utils/argv KEY=VALUE 1 2 3
$ bake utils/argv KEY=VALUES 1 2 3
+ Executing utils/argv:
| WORLD: 1 2 3
| VALUES: 1 2 3
+ Done.
```