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