Browse Source

Make chrome instructions a list item

Kevin Sawicki 8 years ago
parent
commit
03c2d6f435
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/tutorial/debugging-main-process.md

+ 2 - 2
docs/tutorial/debugging-main-process.md

@@ -27,7 +27,7 @@ Like `--inspector` but pauses execution on the first line of JavaScript.
 ## External Debuggers
 
 You will need to use a debugger that supports the V8 inspector protocol.
-You can use Chrome to connect a debugger by visiting `chrome://inspect`
-and selecting to inspect the launched Electron app present there.
 
+- Connect Chrome by visiting `chrome://inspect` and selecting to inspect the
+  launched Electron app present there.
 - [Debugging the Main Process in VSCode](debugging-main-process-vscode.md)