Skip to content

Commit b9a8238

Browse files
authored
Fix python package name in installation guide (#1719)
1 parent 97f546f commit b9a8238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package supports Python 3.6 and higher. We recommend using [PyPI](https://pypi.python.org/pypi) for installation. Run the following command:
44

55
```bash
6-
pip install slack_sdk
6+
pip install slack-sdk
77
```
88

99
Alternatively, you can always pull the source code directly into your project:

0 commit comments

Comments
 (0)