Skip to content

Commit bf185b3

Browse files
committed
Fix a CLI example in README
1 parent 9ea9810 commit bf185b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ pipedream --bucket images --path pets/puppy.jpg < puppy.jpg
2525

2626
# Get fancy
2727
export now=$(date +"%Y-%m-%d_%H:%M:%S_%Z")
28-
cat /data/dump.rdb | gzip | pipedream -bucket backups -path dump-$now.rdb.gz
28+
cat /data/dump.rdb | gzip | pipedream --bucket backups --path dump-$now.rdb.gz
2929

3030
# For more info
3131
pipedream -h
3232
```
3333

3434
### Installation
3535

36-
Download a build from the [releases][releases] page. macOS, Linux and Windows builds are available for various architectures.
36+
Download a build from the [releases][releases] page. macOS, Linux and Windows
37+
builds are available for a variety of architectures.
3738

3839
macOS users can also use Homebrew:
3940

0 commit comments

Comments
 (0)