From 5ca92ffb71840fe924cc951d000c497dbd7dbf4f Mon Sep 17 00:00:00 2001 From: dgozman Date: Tue, 18 Jul 2017 11:13:29 -0700 Subject: [PATCH] Getting started run instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7acdc1795f0..f208e8e179c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ npm install ## Getting Started -The following script navigates to https://example.com and saves a screenshot to *example.png*: +To navigate to https://example.com and save a screenshot as *example.png*, save the following script as `example.js` and run it using `node example.js`: ```javascript const Browser = require('Puppeteer').Browser;