Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Feb 25, 2024
1 parent debbd64 commit 602bcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ cloudflared tunnel --url http://localhost:3000

**Important Notice:** The Socket Mode support provided by slack-edge is still experimental and is not designed to handle reconnections for production-grade applications. It is recommended to use this mode only for local development and testing purposes.

Thanks to Deno's stable WebSocket implementation, you can quickly and easily run a Socket Mode app too!
Thanks to Deno's built-in WebSocket implementation, you can quickly and easily run a Socket Mode app as below:

```typescript
import { SlackApp } from "https://deno.land/x/[email protected]/mod.ts";
Expand Down

0 comments on commit 602bcb7

Please sign in to comment.