0

Update README.md

This commit is contained in:
Nicolas 2024-04-30 17:03:41 -07:00 committed by GitHub
parent 2f2b83b5ee
commit f88c728568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,7 @@ scraped_data = app.scrape_url(url)
Performs a web search, retrieve the top results, extract data from each page, and returns their markdown.
```python
query = 'what is mendable?'
query = 'What is Mendable?'
search_result = app.search(query)
```