We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c27c4d commit b9f3dc1Copy full SHA for b9f3dc1
1 file changed
README.md
@@ -1,4 +1,4 @@
1
-# 🚨 simplipy: A Python3, async interface to the SimpliSafe API
+# 🚨 simplisafe-python: A Python3, async interface to the SimpliSafe API
2
3
[](https://travis-ci.org/bachya/simplisafe-python)
4
[](https://pypi.python.org/pypi/simplipy)
@@ -38,7 +38,7 @@ If you wish to continue using the previous, synchronous version of
38
# Installation
39
40
```python
41
-pip install python-simplisafe
+pip install simplisafe-python
42
```
43
44
# Usage
0 commit comments