From 79c8a613543a47e7dcd8172e9f459ec2342bf45b Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Wed, 6 Mar 2024 16:07:08 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71ee49d..5e5a48b 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ socketModeClient.on("slack_event", async ({ body, ack, retry_num: retryNum, retr })(); ``` -A complete example project is available [here](https://github.com/seratch/slack-edge/tree/main/test/node-socket-mode). +If you want to build a Slack app this way, [this project template](https://github.com/seratch/slack-edge-app-template) should be pretty useful for you! #### Run with Remix + Node.js