Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebadcoder96 authored Jul 26, 2021
1 parent 2faefaa commit 9948180
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 @@ -21,7 +21,7 @@ You can install the **webdriver** for Chrome browser [here](https://chromedriver

**NOTE :**
- If you are on **Mac**, you have to move the webdriver to ```/usr/local/bin``` folder (*Go -> Go to Folder* then paste the path) to run the code.
- If you are on PC, you can just put the webdriver's path in the line ```driver = webdriver.Chrome(INSERT_PATH_TO_WEBDRIVER) ``` inside the *NoteBot.py* file.
- If you are on PC, you can just put the webdriver's path in the line ```driver = webdriver.Chrome(INSERT_PATH_TO_WEBDRIVER)``` inside the *NoteBot.py* file.


### How to run
Expand Down

0 comments on commit 9948180

Please sign in to comment.