readed -> read

This commit is contained in:
Artur Mostowski 2023-09-07 20:04:22 +02:00
parent 7ca1a59d95
commit d68e14be60
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ Many providers need cookies to work.
In Bing you need a session, where you have passed the captcha.
And in others providers you have to log-in into your account.
If you run the g4l package locally,
cookies from your browsers are readed with `get_cookies`.
cookies from your browsers are read with `get_cookies`.
Else you have pass them in the parameter `cookies`:
```py
import g4f