Merge pull request #10 from Gonzalo8642/patch-1

This commit is contained in:
Kyle McNally 2022-11-04 09:26:01 -04:00 committed by GitHub
commit f8e6d26afd
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");