You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ slack_api = "0.23.0"
16
16
17
17
### Async
18
18
`default-features` include an async functions and client using [reqwest][reqwest]
19
-
See [async channel history example](examples/channel_histoy.hs)
19
+
See [async channel history example](examples/channel_history.rs)
20
20
21
21
### Sync
22
22
The `"sync"` feature provides sync functions and the `"reqwest_blocking"` feature provides a sync client using reqwest
23
-
See [sync channel history example](examples/channel_histoy_sync.hs)
23
+
See [sync channel history example](examples/channel_history_sync.rs)
24
24
25
25
## Slack docs
26
26
Slack's api is large and changes often. Their docs are high quality and no attempt to replicate them is made in this crate's docs. Please refer to their docs as your primary resource of how slack's api works.
0 commit comments