Skip to content

Commit db7a359

Browse files
committed
Fix example in README
1 parent 523058e commit db7a359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A CLI to push data from a pipe to a csv. Contains support for streams.
44

55
Example:
66
```
7-
> echo "42" | opk-cli-simple-csv/push
8-
> echo "44" | opk-cli-simple-csv/push
7+
> echo "42" | opk-cli-simple-csv/push output.csv
8+
> echo "44" | opk-cli-simple-csv/push output.csv
99
> cat output.csv
1010
2015-06-16 00:31:47,42
1111
2015-06-16 00:31:48,44

0 commit comments

Comments
 (0)