Skip to content

Commit

Permalink
Fix an error in Django example app README
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored May 7, 2021
1 parent 33bb025 commit 1e18c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/django/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Follow the instructions [here](https://slack.dev/bolt-python/concepts#authentica
pip install -r requirements.txt
export SLACK_CLIENT_ID=
export SLACK_CLIENT_SECRET=
export SLACK_SCOPES=commands.chat:write
export SLACK_SCOPES=commands,chat:write
export SLACK_SIGNING_SECRET=
python manage.py migrate
python manage.py runserver 0.0.0.0:3000
```
```

0 comments on commit 1e18c0d

Please sign in to comment.