Skip to content

Commit 1d93f8b

Browse files
committed
README: update for new and old config in combination
1 parent b75b421 commit 1d93f8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,14 @@ Example:
110110
"ie_6",
111111
"ie_11",
112112
"opera_12_1",
113-
"safari_5_1"
113+
"safari_5_1",
114+
{
115+
"browser": "ie",
116+
"browser_version": "10.0",
117+
"device": null,
118+
"os": "Windows",
119+
"os_version": "8"
120+
}
114121
]
115122
```
116123

0 commit comments

Comments
 (0)