We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585dd57 commit a22196eCopy full SHA for a22196e
README.md
@@ -50,7 +50,7 @@ All methods follow the same interface:
50
51
- `url`: The target URL (*required*).
52
- `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`.
+- `callback`: Node.js callback. If you don't provide one, the method will return a `promise`.
54
55
### .constructor(options)
56
@@ -63,7 +63,7 @@ const browserless = require('browserless')()
63
64
or passing specific launchers options:
65
66
-```
+```js
67
// Creating an instance for running it at AWS Lambda
68
const browserless = require('browserless')({
69
ignoreHTTPSErrors: true,
0 commit comments