From bf4dc195eccd11a4f56d65951603ac0d77270f94 Mon Sep 17 00:00:00 2001 From: Ari Lotter Date: Fri, 24 Jan 2025 12:53:19 -0500 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52519563..dc281b36 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Once the CDP server started, you can run a Puppeteer script by configuring the `browserWSEndpoint`. ```js -'use scrict' +'use strict' import puppeteer from 'puppeteer-core';