docs: No leading slash in --url-base

Fixes #2968.
This commit is contained in:
Cheng Zhao 2015-10-03 13:53:52 +08:00
parent 651009a1dc
commit 0f9f8e62fc

View file

@ -74,7 +74,7 @@ driver.
First you need to download the `chromedriver` binary, and run it: First you need to download the `chromedriver` binary, and run it:
```bash ```bash
$ chromedriver --url-base=/wd/hub --port=9515 $ chromedriver --url-base=wd/hub --port=9515
Starting ChromeDriver (v2.10.291558) on port 9515 Starting ChromeDriver (v2.10.291558) on port 9515
Only local connections are allowed. Only local connections are allowed.
``` ```