Skip to content

Commit 142e08a

Browse files
authored
Update README.md
1 parent 8991a16 commit 142e08a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,23 +139,23 @@ Get the BotBrowser installer for your OS from the [Releases](https://github.com/
139139

140140
**Windows (CMD):**
141141
```cmd
142-
chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome137_win11_x64.enc" --user-data-dir="%TEMP%\\botprofile_%RANDOM%"
142+
chrome.exe --no-sandbox --bot-profile="C:\\path\\to\\chrome139_win11_x64.enc" --user-data-dir="%TEMP%\\botprofile_%RANDOM%"
143143
```
144144

145145
**macOS:**
146146
```bash
147147
/Applications/Chromium.app/Contents/MacOS/Chromium \
148148
--no-sandbox \
149149
--user-data-dir="$(mktemp -d)" \
150-
--bot-profile="/path/to/chrome137_win11_x64.enc"
150+
--bot-profile="/path/to/chrome139_win11_x64.enc"
151151
```
152152

153153
**Ubuntu:**
154154
```bash
155155
chromium-browser \
156156
--no-sandbox \
157157
--user-data-dir="$(mktemp -d)" \
158-
--bot-profile="/path/to/chrome137_win11_x64.enc"
158+
--bot-profile="/path/to/chrome139_win11_x64.enc"
159159
```
160160

161161
#### 2. [Playwright](examples/playwright) / [Puppeteer](examples/puppeteer) Examples

0 commit comments

Comments
 (0)