Merge pull request #377 from arilotter/patch-1

fix typo in readme
This commit is contained in:
Pierre Tachoire
2025-01-25 10:34:16 +01:00
committed by GitHub

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';