Skip to content

Commit b6f8ba6

Browse files
RutvikChandlaasambstack
authored andcommitted
Update README.md
Co-authored-by: Aditya Samantaray <[email protected]>
1 parent 0b73058 commit b6f8ba6

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
@@ -35,7 +35,7 @@ $caps = array(
3535
"build" => "BStack Build Number 1" // CI/CD job or build name
3636
);
3737
// IMP: Use your browserstack username and accesskey
38-
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub",$caps);
38+
$web_driver = RemoteWebDriver::create("https://USERNAME:[email protected]/wd/hub", $caps);
3939
```
4040

4141
3. Run tests

0 commit comments

Comments
 (0)