Skip to content

Commit 5bd86b6

Browse files
committed
update readme
1. Added quote marks to the channel
1 parent 4163575 commit 5bd86b6

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
@@ -27,12 +27,12 @@ pip install .
2727
* Send a text message.
2828

2929
``` bash
30-
pyslack text --channel #random --text "This is a test message."
30+
pyslack text --channel '#random' --text "This is a test message."
3131
```
3232

3333
* Upload a file.
3434

3535
``` bash
36-
pyslack file --channel #random --file /path/to/file --title FileTitle --filetype <file type> \
36+
pyslack file --channel '#random' --file /path/to/file --title FileTitle --filetype <file type> \
3737
--initial-comment "This is the comment"
3838
```

0 commit comments

Comments
 (0)