We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c622d9 commit eb27918Copy full SHA for eb27918
1 file changed
readme.md
@@ -18,15 +18,15 @@ Website: https://scrappey.com/
18
Use pip to install the Scrappey library. 💻
19
20
```shell
21
-pip install scrappey
+pip install scrappeycom
22
```
23
24
## Usage
25
26
Import the Scrappey library in your code. 📦
27
28
```python
29
-import scrappey
+from scrappeycom.scrappey import Scrappey
30
31
32
Create an instance of Scrappey by providing your Scrappey API key. 🔑
0 commit comments