README.md in embulk-input-command-0.1.3 vs README.md in embulk-input-command-0.1.4

- old
+ new

@@ -10,10 +10,10 @@ ## Configuration - **command**: command line (string, required) - **pipe**: stdout or stderr (string, default: stdout) -The **command** is exected using a shell. So it can include pipe (`|`), environment variables (`$VAR`), redirects, and so on. +The **command** is exected using a shell (`sh -c` on UNIX/Linux, `PowerShell.exe -Command` on Windows). Therefore, it can include pipe (`|`), environment variables (`$VAR`), redirects, and so on. ## Example ```yaml in: