Skip to content

Commit 1e18c0d

Browse files
authored
Fix an error in Django example app README
1 parent 33bb025 commit 1e18c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/django/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Follow the instructions [here](https://slack.dev/bolt-python/concepts#authentica
44
pip install -r requirements.txt
55
export SLACK_CLIENT_ID=
66
export SLACK_CLIENT_SECRET=
7-
export SLACK_SCOPES=commands.chat:write
7+
export SLACK_SCOPES=commands,chat:write
88
export SLACK_SIGNING_SECRET=
99
1010
python manage.py migrate
1111
python manage.py runserver 0.0.0.0:3000
12-
```
12+
```

0 commit comments

Comments
 (0)