Skip to content

Commit e7482a2

Browse files
authored
docs: add interactive shell video to README.md
1 parent 9021c4f commit e7482a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ from scrapling.parser import Selector
186186

187187
page = Selector("<html>...</html>")
188188
```
189-
And it works exactly the same!
189+
And it works exactly the same way!
190190

191191
### Async Session Management Examples
192192
```python
@@ -215,6 +215,8 @@ async with AsyncStealthySession(max_pages=2) as session:
215215

216216
Scrapling v0.3 includes a powerful command-line interface:
217217

218+
[![asciicast](https://asciinema.org/a/736339.svg)](https://asciinema.org/a/736339)
219+
218220
```bash
219221
# Launch interactive Web Scraping shell
220222
scrapling shell

0 commit comments

Comments
 (0)