From bacfa6fd7119284744782f08e8ab615743003fa0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 11 May 2017 15:06:36 -0700 Subject: [PATCH] Add missing oc in protocol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd939b..b52cc18 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ node has two options: 1. `node --debug `: Start `file` with remote debugging enabled. 2. `node debug `: Start an interactive CLI debugger for ``. -But for the Chrome inspector protol, +But for the Chrome inspector protocol, there's only one: `node --inspect `. This project tries to provide the missing second option