Skip to content

Commit 83a1f79

Browse files
committed
Fix documentation of name
1 parent c932a23 commit 83a1f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ detect(['chrome', 'firefox'], function (err, browsers) {
5858

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

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

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

8383
Options:
8484

0 commit comments

Comments
 (0)