Skip to content

Commit

Permalink
Fix documentation of name
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Nov 12, 2021
1 parent c932a23 commit 83a1f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ detect(['chrome', 'firefox'], function (err, browsers) {

Each `result` is an object with the following properties:

- `name` (string): `chrome`, `chromium`, `firefox`, `ie`, `safari`, `opera`, `maxthon` or `yandex`
- `name` (string): `chrome`, `chromium`, `firefox`, `beaker`, `brave`, `ie`, `msedge`, `maxthon`, `opera`, `safari`, `yandex`
- `path` (string): absolute path to executable
- `version` (string)
- `arch` (string): CPU type the executable was built for: `amd64`, `i386` or [other](https://github.com/vweevers/pe-machine-type#types);
Expand All @@ -78,7 +78,7 @@ Additional properties are usually available but not guaranteed:
win-detect-browsers [options] [name, name..]
```

Write browsers to stdout as a JSON array. Includes all browsers unless one or more names are given.
Write browsers to stdout as a JSON array. Includes all browsers unless one or more names are given (see list above).

Options:

Expand Down

0 comments on commit 83a1f79

Please sign in to comment.