docs: update README.md

avaiable -> available
This commit is contained in:
Ikko Eltociear Ashimine 2024-05-07 11:36:41 +09:00 committed by GitHub
parent 7cc1edac26
commit 17ec992b49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,7 @@ Note: before using the local model remember to create the docker container!
docker-compose up -d docker-compose up -d
docker exec -it ollama ollama pull stablelm-zephyr docker exec -it ollama ollama pull stablelm-zephyr
``` ```
You can use which models avaiable on Ollama or your own model instead of stablelm-zephyr You can use which models available on Ollama or your own model instead of stablelm-zephyr
```python ```python
from scrapegraphai.graphs import SmartScraperGraph from scrapegraphai.graphs import SmartScraperGraph
@ -285,4 +285,4 @@ ScrapeGraphAI is licensed under the MIT License. See the [LICENSE](https://githu
## Acknowledgements ## Acknowledgements
- We would like to thank all the contributors to the project and the open-source community for their support. - We would like to thank all the contributors to the project and the open-source community for their support.
- ScrapeGraphAI is meant to be used for data exploration and research purposes only. We are not responsible for any misuse of the library. - ScrapeGraphAI is meant to be used for data exploration and research purposes only. We are not responsible for any misuse of the library.