Skip to content

Commit 5dbc506

Browse files
committed
Update README.md
1 parent 2988dd1 commit 5dbc506

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ npm install open-browsers --save-dev
1616
> openBrowsers(url: string): boolean
1717
1818
```js
19-
var path = require('path');
2019
var openBrowsers = require('open-browsers');
21-
2220
if (openBrowsers('http://localhost:3000')) {
2321
console.log('The browser tab has been opened!');
2422
}

0 commit comments

Comments
 (0)