Skip to content

Commit aa96f96

Browse files
committed
Added suggested changes
1 parent 6cc9ca0 commit aa96f96

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,17 @@ Example:
9090
[{
9191
"os": "ios",
9292
"os_version": "8.3",
93-
"device_name": "iPhone 6 Plus"
93+
"device": "iPhone 6 Plus"
9494
},
9595
{
9696
"os": "android",
9797
"os_version": "4.0",
98-
"device_name": "Google Nexus"
98+
"device": "Google Nexus"
9999
}
100100
]
101101
```
102102

103-
For information regarding list of supported browsers, platforms and other details visit this [link](http://www.browserstack.com/list-of-browsers-and-platforms?product=live).
103+
For a full list of supported browsers, platforms and other details, [visit the BrowserStack site](https://www.browserstack.com/list-of-browsers-and-platforms?product=automate).
104104

105105
#### Compact `browsers` configuration
106106

@@ -133,9 +133,8 @@ Example:
133133
]
134134
}
135135
```
136-
137136
**Note:**
138-
These shortcuts work only for browsers on desktop platforms supported by Browserstack.
137+
These shortcuts work only for browsers on desktop platforms supported by BrowserStack.
139138

140139
### Proxy support for BrowserStack local
141140

0 commit comments

Comments
 (0)