Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Fixed spelling errors/typos
  • Loading branch information
smauer authored Oct 6, 2018
1 parent 79596c8 commit 005244e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ slackcat --channel general /home/user/bot.png
*slackcat* file bot.png uploaded to general
```

Stream input continously:
Stream input continuously:
```bash
$ tail -F -n0 /path/to/log | slackcat --channel general --stream
*slackcat* posted 5 message lines to general
Expand All @@ -69,6 +69,6 @@ Option | Description
--iconemoji, -i | Specify emoji icon for message (e.g. ":+1:")
--channel, -c | Slack channel, group, or user to post to
--filename, -n | Filename for upload. Defaults to given filename or current timestamp if reading from stdin
--filetype | Specify filetype for synax highlighting. Defaults to autodetect
--filetype | Specify filetype for syntax highlighting. Defaults to autodetect
--comment | Initial comment for snippet
--username | Stream messages as given bot user. Defaults to auth user

0 comments on commit 005244e

Please sign in to comment.