Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejzuber committed Feb 28, 2021
1 parent 567b748 commit b3c89ea
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 @@ -39,7 +39,7 @@ Link to npm:
const url = 'https://www.google.com/';
const options = {
centered: true, /* default */
spec: {
specs: {
width: 800, /* window width */
height: 600, /* window height */
}
Expand All @@ -64,7 +64,7 @@ Link to npm:
const options = {
url: 'https://www.google.com/' /* url to page to open */
centered: true, /* default */
spec: {
specs: {
width: 800, /* window width */
height: 600, /* window height */
}
Expand Down

0 comments on commit b3c89ea

Please sign in to comment.