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

Commit 3057244

Browse files
committed
The Atom package site supports relative URLs now
1 parent cba751d commit 3057244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Snippets for [AVA](https://ava.li) and run tests directly in the editor
44
5-
<img src="https://github.com/avajs/atom-ava/raw/master/media/screenshot.gif" width="598">
5+
<img src="media/screenshot.gif" width="598">
66

77

88
## Install
@@ -25,7 +25,7 @@ Snippets are fuzzy matched, so you can for example just write `tde` to get the `
2525

2626
## Run tests directly in the editor
2727

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

3030
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

0 commit comments

Comments
 (0)