Skip to content

Commit a22196e

Browse files
authored
Fix typos
1 parent 585dd57 commit a22196e

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
@@ -50,7 +50,7 @@ All methods follow the same interface:
5050

5151
- `url`: The target URL (*required*).
5252
- `options`: Specific settings for the method (*optional*).
53-
- `callback`: Node.js callback. If you don't provide one, the method will be return a `promise`.
53+
- `callback`: Node.js callback. If you don't provide one, the method will return a `promise`.
5454

5555
### .constructor(options)
5656

@@ -63,7 +63,7 @@ const browserless = require('browserless')()
6363

6464
or passing specific launchers options:
6565

66-
```
66+
```js
6767
// Creating an instance for running it at AWS Lambda
6868
const browserless = require('browserless')({
6969
ignoreHTTPSErrors: true,

0 commit comments

Comments
 (0)