add missing backticks in README.md (#525)
This commit is contained in:
parent
3b44de444f
commit
46115f9182
@ -93,6 +93,7 @@ const puppeteer = require('puppeteer');
|
|||||||
|
|
||||||
browser.close();
|
browser.close();
|
||||||
})();
|
})();
|
||||||
|
```
|
||||||
|
|
||||||
See [`Page.evaluate()`](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageevaluatepagefunction-args) for more information on `evaluate` and related methods like `evaluateOnNewDocument` and `exposeFunction`.
|
See [`Page.evaluate()`](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageevaluatepagefunction-args) for more information on `evaluate` and related methods like `evaluateOnNewDocument` and `exposeFunction`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user