We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58ac020 + 145207b commit 0291aa7Copy full SHA for 0291aa7
README.md
@@ -47,9 +47,9 @@ Python 3.8+
47
If the python package is hosted on a repository, you can install directly using:
48
49
```sh
50
-pip install hostinger_api
+pip install hostinger-api
51
```
52
-(you may need to run `pip` with root permission: `sudo pip install hostinger_api`)
+(you may need to run `pip` with root permission: `sudo pip install hostinger-api`)
53
54
Then import the package:
55
```python
0 commit comments