From 82a8342ecdb73bbbb413dcaf15d0bea276627b8d Mon Sep 17 00:00:00 2001 From: Gonzalo Pantoja <16733681+Gonzalo8642@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:54:16 -0500 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");