Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/doc/usage.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Usage

The [SlackBundle](https://github.com/cleentfaar/CLSlackBundle) implements the [Slack](https://github.com/cleentfaar/slack) PHP library into your Symfony2 project.
Therefore you can find most of the documentation about interacting with the Slack API [there](https://github.com/cleentfaar/slack/Resources/doc/usage.md).
Therefore you can find most of the documentation about interacting with the Slack API [there](https://github.com/cleentfaar/slack/blob/master/src/CL/Slack/Resources/doc/usage.md).

**NOTE:** The example shown below is specific to this bundle; you should refer to the [library usage docs](https://github.com/cleentfaar/slack/Resources/doc/usage.md)
**NOTE:** The example shown below is specific to this bundle; you should refer to the [library usage docs](https://github.com/cleentfaar/slack/blob/master/src/CL/Slack/Resources/doc/usage.md)
for examples on setting up the API client manually.


Expand Down