diff --git a/README.md b/README.md index 2b51511..8da084d 100644 --- a/README.md +++ b/README.md @@ -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");