From d67c2eef86902664969dfa6be8dfc25d62b9fa8a Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 20 Aug 2026 00:24:54 -0700 Subject: [PATCH] docs(methods): include the .py extension in the slack run example `slack run` takes the file name; show chat_post_message.py so the command copy-pastes correctly. Co-Authored-By: Claude --- methods/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods/README.md b/methods/README.md index 5d6b815..299a2d5 100644 --- a/methods/README.md +++ b/methods/README.md @@ -11,7 +11,7 @@ $ cd src/chat # Navigate to a method family $ slack install --environment local # Create an app $ vim chat_post_message.py # Edit arguments $ export SLACK_TOKEN=xoxb-example # Set if unchanged -$ slack run chat_post_message # Make the request +$ slack run chat_post_message.py # Make the request ``` ## What's on call