fix typo in readme

This commit is contained in:
Ari Lotter
2025-01-24 12:53:19 -05:00
committed by GitHub
parent dccca17e09
commit bf4dc195ec

View File

@@ -79,7 +79,7 @@ Once the CDP server started, you can run a Puppeteer script by configuring the
`browserWSEndpoint`. `browserWSEndpoint`.
```js ```js
'use scrict' 'use strict'
import puppeteer from 'puppeteer-core'; import puppeteer from 'puppeteer-core';