Skip to content

Commit 6b1cc59

Browse files
committed
readme update
1 parent 1dd31b5 commit 6b1cc59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A sample configuration file:
9696
```
9797

9898
Alternatively, if `os` and `os_version` granularity is not desired, following configuration can be used:
99-
- *browser*_current: will assign the latest version of the *browser*.
99+
- *browser*_current or *browser*_latest: will assign the latest version of the *browser*.
100100
- *browser*_previous: will assign the previous version of the *browser*.
101101
- *browser*_*version*: will assign the *version* specificed of the *browser*. Minor versions can be concatinated with underscore.
102102

@@ -106,7 +106,7 @@ Example:
106106
"chrome_previous",
107107
"chrome_current",
108108
"firefox_previous",
109-
"firefox_current",
109+
"firefox_latest",
110110
"ie_6",
111111
"ie_11",
112112
"opera_12_1",
@@ -151,4 +151,4 @@ Run `browserstack-runner` to run the tests on all the browsers mentioned
151151
in the configuration.
152152

153153
You can include this in your test script to automatically run cross
154-
browser tests on every build.
154+
browser tests on every build.

0 commit comments

Comments
 (0)