Skip to content

Commit

Permalink
Remove references to OSX for now from example snippets. Ack that samp…
Browse files Browse the repository at this point in the history
…le log still has them.
  • Loading branch information
Sreyanth committed May 21, 2020
1 parent 54d866c commit 7ff818a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ specified folder.
"browsers": [
{
"browser": "chrome",
"os": "OS X Catalina",
"versions": ["69","66"]
"os": "Windows 10",
"versions": ["79","78"]
}
],
"run_settings": {
Expand Down Expand Up @@ -140,10 +140,10 @@ Example:
"browsers": [{
"os": "Windows 10",
"browser": "chrome",
"versions": ["69", "66"]
"versions": ["79", "78"]
},
{
"os": "OS X Mojave",
"os": "Windows 10",
"browser": "firefox",
"versions": ["69", "66"]
}
Expand Down

0 comments on commit 7ff818a

Please sign in to comment.