Skip to content

Commit d2e8cf6

Browse files
authored
Merge pull request #96 from dten/fixexampleusls
fix urls
2 parents aa000e3 + 4ea2f07 commit d2e8cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ slack_api = "0.23.0"
1616

1717
### Async
1818
`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)
2020

2121
### Sync
2222
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)
2424

2525
## Slack docs
2626
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

Comments
 (0)