From 1d93f8b0214b98861ca460801e73faef3ac48c1b Mon Sep 17 00:00:00 2001 From: Dhimil Gosalia Date: Thu, 13 Mar 2014 18:41:07 +0530 Subject: [PATCH] README: update for new and old config in combination --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebfb6f2..cb04bb5 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,14 @@ Example: "ie_6", "ie_11", "opera_12_1", - "safari_5_1" + "safari_5_1", + { + "browser": "ie", + "browser_version": "10.0", + "device": null, + "os": "Windows", + "os_version": "8" + } ] ```