Skip to content

docs(methods): include the .py extension in the slack run example - #202

Merged
zimeg merged 1 commit into
mainfrom
clack/methods-readme-run-extension
Aug 20, 2026
Merged

docs(methods): include the .py extension in the slack run example#202
zimeg merged 1 commit into
mainfrom
clack/methods-readme-run-extension

Conversation

@zimeg

Copy link
Copy Markdown
Member

The "Making a request" walkthrough in methods/README.md shows:

$ slack run chat_post_message # Make the request

slack run takes the file name, so the command should include the .py extension to copy-paste correctly:

$ slack run chat_post_message.py # Make the request

One-line docs fix, independent of the method-example PRs.

`slack run` takes the file name; show chat_post_message.py so the command
copy-pastes correctly.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@zimeg
zimeg requested a review from a team as a code ownerAugust 20, 2026 07:25
@zimegzimeg added documentation Improvements or additions to documentation update PR only - an update or maintenance is being made to an existing app labels Aug 20, 2026
@zimegzimeg self-assigned this Aug 20, 2026
@zimeg
zimeg merged commit a57ba7e into mainAug 20, 2026
11 of 12 checks passed
@zimeg
zimeg deleted the clack/methods-readme-run-extension branch August 20, 2026 07:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentationupdatePR only - an update or maintenance is being made to an existing app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@zimeg