8000 fix documentation · browserstack/ruby-browserstack@94fb213 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94fb213

Browse files
committed
fix documentation
1 parent c73ed2f commit 94fb213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A worker is simply a new browser instance.
6262

6363
``` ruby
6464
enc_url = URI.escape("http://example.com/?a=\111\\115")
65-
settings = {os: "win", browser: "ie7", version: "4.0", url: enc_url}
65+
settings = {os: "win", browser: "ie", version: "7.0", url: enc_url}
6666
worker_id = client.create_worker(settings)
6767
```
6868
A worker id is returned after worker gets created.

0 commit comments

Comments
 (0)
0