Skip to content

Commit 1ff68cb

Browse files
Update README.md
1 parent 9191b86 commit 1ff68cb

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
@@ -1,4 +1,4 @@
1-
# ~~jsonwire-grid~~WebDriverGrid
1+
# ~~jsonwire-grid~~WebDriverGrid [![Build Status](https://travis-ci.org/qa-dev/jsonwire-grid.svg?branch=master)](https://travis-ci.org/qa-dev/jsonwire-grid)
22
Golang implementation of Selenium Grid (hub).
33

44
## HowTo
@@ -19,4 +19,4 @@ Golang implementation of Selenium Grid (hub).
1919
## HowToUse
2020
1. Run app
2121
1. `java -jar selenium-server-standalone-3.4.0.jar -role node -hub http://127.0.0.1:4444/grid/register`
22-
1. try create session `curl -X POST http://127.0.0.1:4444/wd/hub/session -d '{"desiredCapabilities":{"browserName": "firefox"}}'`
22+
1. try create session `curl -X POST http://127.0.0.1:4444/wd/hub/session -d '{"desiredCapabilities":{"browserName": "firefox"}}'`

0 commit comments

Comments
 (0)