Skip to content

Commit 411e2af

Browse files
committed
Fix typo in README
1 parent 0219ebd commit 411e2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ server then open the Developer Tools in Atom and execute the following piece of
4141
code in the Console.
4242

4343
```javascript
44-
atom.config.set('core.debugLSP', false)
44+
atom.config.set('core.debugLSP', true)
4545
```
4646

4747
Reload the window and you should see all the messages.

0 commit comments

Comments
 (0)