Skip to content

Commit 2eb0925

Browse files
seratchmwbrooks
andcommitted
Update samples/getting_started/README.md
Co-authored-by: Michael Brooks <mbrooks@slack-corp.com>
1 parent 3d1cf51 commit 2eb0925

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/getting_started/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ pip install -r requirements.txt
3838
[Setup ngrok][3] to create a local requests URL for development.
3939

4040
```zsh
41-
npm run ngrok
42-
npm run start
41+
ngrok http 3000
42+
python3 app.py
4343
```
4444

4545
[1]: https://slack.dev/bolt-python/tutorial/getting-started
4646
[2]: https://slack.dev/bolt-python/
47-
[3]: https://slack.dev/bolt-python/tutorial/getting-started#setting-up-events
47+
[3]: https://slack.dev/bolt-python/tutorial/getting-started#setting-up-events

0 commit comments

Comments
 (0)