This commit is contained in:
Gonzalo Pantoja 2022-11-03 17:54:16 -05:00 committed by GitHub
parent 7b58b551cf
commit 82a8342ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ The @sparticuz/chromium version schema is as follows:
This package works with all the currently supported AWS Lambda Node.js runtimes out of the box.
```javascript
const test = requie("node:test");
const test = require("node:test");
const puppeteer = require("puppeteer-core");
const chromium = require("@sparticuz/chromium");