Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Commit 7848aff

Browse files
authored
correct keyboard shortcuts in the readme
fixes #21
1 parent 315137f commit 7848aff

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
@@ -27,7 +27,7 @@ Snippets are fuzzy matched, so you can for example just write `tde` to get the `
2727

2828
<img src="https://github.com/avajs/atom-ava/raw/master/media/test-panel.gif" width="500">
2929

30-
In a project, choose the `Ava: Run` command in the Command Palette or press <kbd>Ctrl</kbd> <kbd>Alt</kbd> <kbd>R</kbd> to run the tests. Choose `Ava: Run File` or press <kbd>Ctrl</kbd> <kbd>Alt</kbd> <kbd>Shift</kbd> <kbd>R</kbd> to only run the current test file. Press <kbd>Esc</kbd> to close the AVA panel.
30+
In a project, choose the `Ava: Run` command in the Command Palette or press <kbd>Ctrl</kbd> <kbd>Alt</kbd> <kbd>A</kbd> to run the tests. Choose `Ava: Run File` or press <kbd>Ctrl</kbd> <kbd>Alt</kbd> <kbd>Shift</kbd> <kbd>A</kbd> to only run the current test file. Press <kbd>Esc</kbd> to close the AVA panel.
3131

3232

3333
## Related

0 commit comments

Comments
 (0)