From 92a77355f6dfb62a6939dcb9c0c4a19399b1c0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 9 Apr 2019 16:21:33 +0200 Subject: [PATCH] README: remove obsolete TODO, add godoc examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index feb118d..20c51b0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ go get -u github.com/chromedp/chromedp ## Examples Please see the [examples][6] project for more examples. Please refer to the -[GoDoc API listing][7] for a summary of the API and Actions. +[GoDoc API listing][7] for a summary of the API and Actions, which also contains +a few simple and runnable examples. ## Resources @@ -28,7 +29,6 @@ Please see the [examples][6] project for more examples. Please refer to the ## TODO -* Move timeouts to context (defaults) * Implement more query selector options (allow over riding context timeouts) * Contextual actions for "dry run" (or via an accumulator?) * Network loader / manager