diff --git a/README.md b/README.md index eaf1724..9afa521 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ from scrapling.parser import Selector page = Selector("...") ``` -And it works exactly the same! +And it works exactly the same way! ### Async Session Management Examples ```python @@ -215,6 +215,8 @@ async with AsyncStealthySession(max_pages=2) as session: Scrapling v0.3 includes a powerful command-line interface: +[![asciicast](https://asciinema.org/a/736339.svg)](https://asciinema.org/a/736339) + ```bash # Launch interactive Web Scraping shell scrapling shell