fix: enable_playwright url had a typo

This commit is contained in:
Nicolas Perez 2024-06-12 02:32:50 -04:00
parent 6216a273fe
commit abeb9f4d84
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ For better web scraping, install Playwright chromium with this command in your t
playwright install --with-deps chromium
See {urls.enable_playwrite} for more info.
See {urls.enable_playwright} for more info.
"""