We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1cc59 commit ef0592dCopy full SHA for ef0592d
README.md
@@ -95,6 +95,8 @@ A sample configuration file:
95
}
96
```
97
98
+#### Compact `browsers` configuration
99
+
100
Alternatively, if `os` and `os_version` granularity is not desired, following configuration can be used:
101
- *browser*_current or *browser*_latest: will assign the latest version of the *browser*.
102
- *browser*_previous: will assign the previous version of the *browser*.
@@ -104,7 +106,7 @@ Example:
104
106
```json
105
107
"browsers": [
108
"chrome_previous",
- "chrome_current",
109
+ "chrome_latest",
110
"firefox_previous",
111
"firefox_latest",
112
"ie_6",
0 commit comments