Update README.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 🕷️ Scrapling: Lightning-Fast, Adaptive Web Scraping for Python
|
||||
[](https://badge.fury.io/py/scrapling) [](https://pypi.org/project/scrapling/) [](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://badge.fury.io/py/Scrapling) [](https://pypi.org/project/scrapling/) [](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
Dealing with failing web scrapers due to website changes? Meet Scrapling.
|
||||
|
||||
@@ -37,7 +37,7 @@ products = page.css('.product', auto_match=True) # Still finds them!
|
||||
|
||||
## Getting Started
|
||||
|
||||
Let's walk through a basic example that demonstrates small group of Scrapling's core features:
|
||||
Let's walk through a basic example that demonstrates a small group of Scrapling's core features:
|
||||
|
||||
```python
|
||||
import requests
|
||||
|
||||
Reference in New Issue
Block a user