Skip to content

Commit 8828e6d

Browse files
doc changes
1 parent 4f25a94 commit 8828e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Windows: `RequestsDebugger.exe <args>`
3333

3434
## How to use
35+
- To use tool as reverse proxy, you will have to replace `hub-cloud.browserstack.com` in hub url with `localhost:9688`.
3536
- To use tool as a proxy, you will have to set the proxy to be used by your client binding to `localhost:9687`. i.e.
3637
- For Java:
3738
- ```
@@ -42,8 +43,7 @@
4243
- Set your system's env variable `http_proxy=localhost:9687` and Ruby's Selenium Client Binding will pick the value. Or,
4344
- Run you test by giving the environment variable to your command itself, i.e. `http_proxy=localhost:9687 ruby <your_script.rb>`
4445
- Similarly, you can also set proxy for other client bindings.
45-
- To use tool as reverse proxy, you will have to replace hub-cloud.browserstack.com in hub url with `localhost:9688`.
46-
46+
4747
## Steps to build the executables
4848
- Linux
4949
- `npm run build:linux`

0 commit comments

Comments
 (0)