Skip to content

Commit

Permalink
version 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 16, 2024
1 parent 745b906 commit 7b26edc
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 139 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cloudflared tunnel --url http://localhost:3000
#### Run with Deno

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

const app = new SlackApp({
env: {
Expand Down Expand Up @@ -220,7 +220,7 @@ cloudflared tunnel --url http://localhost:3000
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].5/mod.ts";
import { SlackApp } from "https://deno.land/x/[email protected].6/mod.ts";

const app = new SlackApp({
env: {
Expand Down
Loading

0 comments on commit 7b26edc

Please sign in to comment.