Skip to content

Commit ad1509a

Browse files
authored
Update README.md
1 parent 823f864 commit ad1509a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ chromium-browser \
166166
```javascript
167167
const browser = await chromium.launch({
168168
headless: true,
169-
executablePath: BOTBROWSER_EXEC_PATH, // Absolute path to the BotBrowser executable
169+
executablePath: BOTBROWSER_EXEC_PATH, // Absolute path to the BotBrowser executable
170170
args: [
171-
`--bot-profile=${BOT_PROFILE_PATH}`, // Absolute or relative path to the bot profile
171+
`--bot-profile=${BOT_PROFILE_PATH}`, // Absolute or relative path to the bot profile
172172
'--proxy-server="socks5://127.0.0.1:8989"', // or: "socks5://usr:pwd@127.0.0.1:8989"
173173
'--proxy-username="usr"',
174174
'--proxy-password="pwd"',

0 commit comments

Comments
 (0)