Skip to content

Commit

Permalink
Merge pull request #1015 from itayd/patch-1
Browse files Browse the repository at this point in the history
add socket mode example link to README
  • Loading branch information
kanata2 committed Jan 14, 2022
2 parents a9519b3 + df457a4 commit 4ee274f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -70,8 +70,15 @@ func main() {
}
```

## Minimal Socket Mode usage:

See https://github.com/slack-go/slack/blob/master/examples/socketmode/socketmode.go


## Minimal RTM usage:

As mentioned in https://api.slack.com/rtm - for most applications, Socket Mode is a better way to communicate with Slack.

See https://github.com/slack-go/slack/blob/master/examples/websocket/websocket.go


Expand Down

0 comments on commit 4ee274f

Please sign in to comment.