Skip to content

Commit

Permalink
docs: update mobileToDesktop documentation to match its behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon committed Jul 23, 2020
1 parent f5ff062 commit 2ca9e82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -515,10 +515,10 @@ Options:
Default is `false.`
* `dangerousExtend`: Disable security checks for `extend` query.
Default is `false.`
* `mobileToDesktop`: Use desktop browsers if Can I Use doesn鈥檛 have data
about this mobile version. For instance, Browserslist will return
`chrome 20` on `and_chr 20` query (Can I Use has only data only about
latest versions of mobile browsers). Default is `false`.
* `mobileToDesktop`: Resolve the mobile version using the desktop version when
Can I Use doesn't have data about the specified version. For instance, it
will return two Chrome for Android versions even if Can I Use has only
data only about the latest version. Default is `false`.

For non-JS environment and debug purpose you can use CLI tool:

Expand Down

0 comments on commit 2ca9e82

Please sign in to comment.