From e8b4288623a0db2586a937b13302d0307866f2a3 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Sun, 20 Aug 2017 12:43:15 -0700 Subject: [PATCH] readme: fix missing word (#414) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51c8e8db..6d13eb63 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ yarn add puppeteer ### Usage -Puppeteer will be familiar to using other browser testing frameworks. You create an instance +Puppeteer will be familiar to people using other browser testing frameworks. You create an instance of `Browser`, open pages, and then manipulate them with [Puppeteer's API](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#). **Example** - navigating to https://example.com and saving a screenshot as *example.png*: