Merge pull request #10 from Gonzalo8642/patch-1
This commit is contained in:
commit
f8e6d26afd
|
|
@ -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.
|
This package works with all the currently supported AWS Lambda Node.js runtimes out of the box.
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const test = requie("node:test");
|
const test = require("node:test");
|
||||||
const puppeteer = require("puppeteer-core");
|
const puppeteer = require("puppeteer-core");
|
||||||
const chromium = require("@sparticuz/chromium");
|
const chromium = require("@sparticuz/chromium");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue