From 230738dc4f6b32a18892d300aac3650c414ecded Mon Sep 17 00:00:00 2001 From: Will <11353590+june07@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:45:47 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ff3c34..77afbc8 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,11 @@ * [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/nodejs-v8-inspector-ma/injfmegnapmoakbmnmnecjabigpdjeme) # Why Use NiM? -**`about:_` is > than `about::inspect`...**

-![If you didn't know, you can simply type about:_ to attach the debugger](/images/Screenshot%202024-08-28%20155105.png) +Instead of going through several alternate steps, you can [simply type `about: ` on your keyboard](https://blog.june07.com/just-got/) and then the host/port to quickly attach the debugger as shown below

+[![If you didn't know, you can simply type about:_ to attach the debugger](/images/Screenshot%202024-08-28%20155105.png)](https://blog.june07.com/just-got/)

+**`about: ` is > than `about::inspect`...** -NiM intelligently manages the browser DevTools window/tab lifecycle and the V8 debugger process to an extent that is not possible otherwise. +**NiM intelligently manages the browser DevTools window/tab lifecycle and the V8 debugger process to an extent that is not possible otherwise.** Besides being the [OG solution to the problem of copy/paste DevTools URL's or continue opening/closing tabs/windows](https://nim.june07.com/#og), NiM continues to offer many additional benefits outside of that original use case.