From 54f529fc51b0af6fcec693d0bda2c3f5068fa738 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Fri, 16 Feb 2018 07:23:02 +0700 Subject: [PATCH] Changing chromedp-gen => cdproto-gen --- .gitignore | 8 -------- README.md | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 1c9bde8..65c8e77 100644 --- a/.gitignore +++ b/.gitignore @@ -7,14 +7,6 @@ cdp-*.txt coverage.out massif.out -# binaries -/chromedp-gen -/chromedp-proxy -/chromedp-cli -/cmd/chromedp-gen/chromedp-gen -/cmd/chromedp-gen/chromedp-proxy -/cmd/chromedp-gen/chromedp-cli - # headless_shell /headless_shell/ /hs/ diff --git a/README.md b/README.md index 43d1f1b..887b073 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Please see the [examples][6] project for more examples. Please refer to the * [Chrome DevTools Protocol][5] - Chrome Debugging Protocol Domain documentation * [chromedp examples][6] - various `chromedp` examples * [`github.com/chromedp/cdproto`][9] - GoDoc listing for the CDP domains used by `chromedp` -* [`github.com/chromedp/chromedp-gen`][10] - tool used to generate `cdproto` +* [`github.com/chromedp/cdproto-gen`][10] - tool used to generate `cdproto` * [`github.com/chromedp/chromedp-proxy`][11] - a simple CDP proxy for logging/debugging CDP clients and browser instances ## TODO @@ -127,5 +127,5 @@ Please see the [examples][6] project for more examples. Please refer to the [7]: https://godoc.org/github.com/chromedp/chromedp [8]: https://www.youtube.com/watch?v=_7pWCg94sKw [9]: https://godoc.org/github.com/chromedp/cdproto -[10]: https://github.com/chromedp/chromedp-gen +[10]: https://github.com/chromedp/cdproto-gen [11]: https://github.com/chromedp/chromedp-proxy