From 628921950f667de3ef2046d42a92cf92fd44319d Mon Sep 17 00:00:00 2001 From: jakubsadura Date: Sat, 19 Aug 2017 01:49:58 +0200 Subject: [PATCH] README: Fix a typo (#385) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40e6192..84631904 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Explore the [API documentation](docs/api.md) and [examples](https://github.com/G ## Debugging tips -1. Turn off headless mode - sometimes it's useful to turn see what the browser is +1. Turn off headless mode - sometimes it's useful to see what the browser is displaying. Instead of launching in headless mode, launch a full version of Chrome using `headless: false`: