Browse Source

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]
browser-support
James Talmage 9 years ago
parent
commit
77b55e57ae
  1. 0
      media/screenshot-mini-reporter.gif
  2. 0
      media/screenshot.png
  3. 4
      readme.md

0
screenshot-mini-reporter.gif → media/screenshot-mini-reporter.gif

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

0
screenshot.png → media/screenshot.png

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

4
readme.md

@ -109,7 +109,7 @@ test('bar', async t => {
});
```
<img src="screenshot.png" width="150" align="right">
<img src="media/screenshot.png" width="150" align="right">
### Run it
@ -127,7 +127,7 @@ AVA comes with an intelligent watch mode. [Learn more in its recipe](docs/recipe
## CLI
![](screenshot-mini-reporter.gif)
![](media/screenshot-mini-reporter.gif)
```console
$ ava --help

Loading…
Cancel
Save