From b81aa63b537f9b93f7b90d6cd416f0402884f73a Mon Sep 17 00:00:00 2001 From: Lawrence Chou Date: Sun, 29 Dec 2019 10:18:41 +0800 Subject: [PATCH] docs(readme): Update link for ndb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8806c7ea23ff..a969e0ae8ffbc 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Puppeteer creates its own Chromium user profile which it **cleans up on every ru # Protocol traffic can be rather noisy. This example filters out all Network domain messages env DEBUG="puppeteer:*" env DEBUG_COLORS=true node script.js 2>&1 | grep -v '"Network' -7. Debug your Puppeteer (node) code easily, using [ndb](https://github.com/puppeteerLabs/ndb) +7. Debug your Puppeteer (node) code easily, using [ndb](https://github.com/GoogleChromeLabs/ndb) - `npm install -g ndb` (or even better, use [npx](https://github.com/zkat/npx)!)