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.
1 parent 9021c4f commit e7482a2Copy full SHA for e7482a2
README.md
@@ -186,7 +186,7 @@ from scrapling.parser import Selector
186
187
page = Selector("<html>...</html>")
188
```
189
-And it works exactly the same!
+And it works exactly the same way!
190
191
### Async Session Management Examples
192
```python
@@ -215,6 +215,8 @@ async with AsyncStealthySession(max_pages=2) as session:
215
216
Scrapling v0.3 includes a powerful command-line interface:
217
218
+[](https://asciinema.org/a/736339)
219
+
220
```bash
221
# Launch interactive Web Scraping shell
222
scrapling shell
0 commit comments