Skip to content

Commit

Permalink
docs(readme): update link for ndb (#5272)
Browse files Browse the repository at this point in the history
  • Loading branch information
choznerol authored and mathiasbynens committed Jan 8, 2020
1 parent 5e63254 commit c7af7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)!)

Expand Down

0 comments on commit c7af7de

Please sign in to comment.