Skip to content

Commit 77b55e5

Browse files
committed
Move images to media folder.
It's a good time to do it since we are cutting a release, so npm will get the updated URL's shortly. [skip ci]
1 parent 463dbd4 commit 77b55e5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ test('bar', async t => {
109109
});
110110
```
111111

112-
<img src="screenshot.png" width="150" align="right">
112+
<img src="media/screenshot.png" width="150" align="right">
113113

114114
### Run it
115115

@@ -127,7 +127,7 @@ AVA comes with an intelligent watch mode. [Learn more in its recipe](docs/recipe
127127

128128
## CLI
129129

130-
![](screenshot-mini-reporter.gif)
130+
![](media/screenshot-mini-reporter.gif)
131131

132132
```console
133133
$ ava --help

0 commit comments

Comments
 (0)