diff --git a/README.md b/README.md index 48d3253..2bf583e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ runner, in addition to providing a few extra features. "BAR": "bar" // ➡️ Set BAR environment variable to "bar" } }, - // Write "multi-line" tasks using arrays (they will be joined with "\n") + // Write "multi-line" tasks using arrays (they will be joined with spaces) "test": { "description": "🧪 Run tests and print collected coverage", "task": [ diff --git a/demo.png b/demo.png index 8d3bac4..07aaa1e 100644 Binary files a/demo.png and b/demo.png differ