Skip to content

Commit 709c8b2

Browse files
AkhterAlifarcaller
authored andcommitted
Update README.md (#69)
1 parent d6a0406 commit 709c8b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ DashDoc no longer comes with a default hotkey.
2020
To set up the hotkey for dash open the Preferences > Key Bindings from the menu
2121
and add a new entry that looks like this:
2222

23-
{ "keys": ["YOUR HOTKEY"], "command": "dash_doc"}
23+
[{ "keys": ["YOUR HOTKEY"], "command": "dash_doc"}]
2424

2525
for the default mode
2626

27-
{ "keys": ["YOUR HOTKEY"], "command": "dash_doc",
28-
"args": { "flip_syntax_sensitive": true } }
27+
[{ "keys": ["YOUR HOTKEY"], "command": "dash_doc",
28+
"args": { "flip_syntax_sensitive": true } }]
2929

3030
for the flipped case sensitive mode.
3131

0 commit comments

Comments
 (0)