Skip to content

Commit

Permalink
add missing backticks in README.md (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsemozhetbyt authored and aslushnikov committed Aug 24, 2017
1 parent 3b44de4 commit 46115f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 46115f9

Please sign in to comment.