Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit c6b62e0

Browse files
authored
Merge pull request #46 from kevinsawicki/patch-1
Add missing oc in protocol
2 parents 9f00e6e + bacfa6f commit c6b62e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node has two options:
1010
1. `node --debug <file>`: Start `file` with remote debugging enabled.
1111
2. `node debug <file>`: Start an interactive CLI debugger for `<file>`.
1212

13-
But for the Chrome inspector protol,
13+
But for the Chrome inspector protocol,
1414
there's only one: `node --inspect <file>`.
1515

1616
This project tries to provide the missing second option

0 commit comments

Comments
 (0)