Skip to content

Commit 56cbedd

Browse files
alexgoldstonecodecounselor
authored andcommitted
Fix link to BrowserWindow options in README.md (#119)
The link to BrowserWindow options fails due to an erroneous line break.
1 parent 39b3a17 commit 56cbedd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ $ electron-pdf https://fraserxu.me ~/Desktop/fraserxu.pdf
5959

6060
### To specify browser options
6161

62-
The [BrowserWindow supports many options](https://github
63-
.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions) which you
62+
The [BrowserWindow supports many options](https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions) which you
6463
may define by passing a JSON Object to the `--browserConfig` option.
6564

6665
Some common use cases may include:

0 commit comments

Comments
 (0)