Skip to content

Commit 1b6e4f5

Browse files
Merge pull request #7 from jsulpis/patch-1
Fix typos
2 parents 6493d82 + 822bf32 commit 1b6e4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NOTE: Currently only Chromium is supported.
77
## Install
88

99
```shell
10-
npm install playwrite-core playwright-aws-lambda --save
10+
npm install playwright-core playwright-aws-lambda --save
1111
```
1212

1313
## Usage
@@ -31,7 +31,7 @@ exports.handler = async (event, context) => {
3131

3232
console.log('Page title: ', await page.title());
3333
} catch (error) {
34-
throw err;
34+
throw error;
3535
} finally {
3636
if (browser !== null) {
3737
await browser.close();

0 commit comments

Comments
 (0)