From 46115f91829a1bb7da46b51c604ca62ba0bce7e3 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Thu, 24 Aug 2017 19:52:56 +0300 Subject: [PATCH] add missing backticks in README.md (#525) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62af3e76..23324452 100644 --- a/README.md +++ b/README.md @@ -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`.