Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snobu authored Jun 28, 2021
1 parent a62f8ef commit 52d5b22
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 @@ -73,7 +73,7 @@ Now, change `executablePath` to reflect the path to your browser and profile (i.
executablePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe',
```

You can add `userDataDir` right after `executablePath` with the path to your browser profile path if you want that loaded as well.
You can add `userDataDir` right after `executablePath` with the path to your browser profile (also shown in `chrome://version`) if you want that loaded as well.

Remember to rebuild (`npm run build`) every time you change this configuration.

Expand Down

0 comments on commit 52d5b22

Please sign in to comment.