Skip to content

Commit 57fa7a1

Browse files
Update README.md
Added output example.
1 parent fe4e36e commit 57fa7a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ julia> data = "Hello World"
3030
julia> response = sendtoslack(data, endpoint)
3131
"ok"
3232
```
33+
The result of running this code produces the following in the test Slack Workspace:
34+
35+
![logo](assets/readme.png)
3336

3437
To learn more about how data should be formatted before sending it as a argument to the above code, check out the [Slack API Docs](https://api.slack.com/messaging/composing/formatting).
3538

0 commit comments

Comments
 (0)