Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTrinh1227 authored Jan 25, 2024
1 parent 59d0119 commit 5b08221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This Python project is a Flask application that provides "recommendations" for s
```sh
# Windows driver creation
firefox_options = Options()
firefox_options.binary_location = r'C:\Program Files\Mozilla Firefox\firefox.exe' # Firefox binary location
firefox_options.binary_location = r'C:\Program Files\Mozilla Firefox\firefox.exe'
driver = webdriver.Firefox(service=service, options=firefox_options)
```
```sh
Expand Down

0 comments on commit 5b08221

Please sign in to comment.