add missing backticks in README.md (#525)

This commit is contained in:
Vse Mozhet Byt 2017-08-24 19:52:56 +03:00 committed by Andrey Lushnikov
parent 3b44de444f
commit 46115f9182

View File

@ -93,6 +93,7 @@ const puppeteer = require('puppeteer');
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`.