docs: use a better import to reflect the new changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
### All current types can be imported alone like below
|
||||
```python
|
||||
>>> from scrapling import TextHandler, AttributesHandler
|
||||
>>> from scrapling.core.custom_types import TextHandler, AttributesHandler
|
||||
|
||||
>>> somestring = TextHandler('{}')
|
||||
>>> somestring.json()
|
||||
|
||||
Reference in New Issue
Block a user