Skip to content

Commit bd6d2a7

Browse files
committed
Merge pull request #59 from jzaefferer/patch-1
Update README.md
2 parents 6b1cc59 + ef0592d commit bd6d2a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ A sample configuration file:
9595
}
9696
```
9797

98+
#### Compact `browsers` configuration
99+
98100
Alternatively, if `os` and `os_version` granularity is not desired, following configuration can be used:
99101
- *browser*_current or *browser*_latest: will assign the latest version of the *browser*.
100102
- *browser*_previous: will assign the previous version of the *browser*.
@@ -104,7 +106,7 @@ Example:
104106
```json
105107
"browsers": [
106108
"chrome_previous",
107-
"chrome_current",
109+
"chrome_latest",
108110
"firefox_previous",
109111
"firefox_latest",
110112
"ie_6",

0 commit comments

Comments
 (0)