Skip to content

Commit 925f797

Browse files
committed
✨ logo ✨
fixes #3
1 parent 5c21092 commit 925f797

File tree

7 files changed

+1524
-1
lines changed

7 files changed

+1524
-1
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
* text=auto
2+
*.ai binary
3+
*.psd binary

media/header.png

211 KB
Loading

media/header.psd

3.15 MB
Binary file not shown.

media/logo.ai

+1,507
Large diffs are not rendered by default.

media/logo.png

6.77 KB
Loading

media/logo.svg

+1
Loading

readme.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# ava [![Build Status](https://travis-ci.org/sindresorhus/ava.svg?branch=master)](https://travis-ci.org/sindresorhus/ava)
1+
# ![AVA](media/header.png)
22

33
> Simple concurrent test runner
44
5+
[![Build Status](https://travis-ci.org/sindresorhus/ava.svg?branch=master)](https://travis-ci.org/sindresorhus/ava)
6+
7+
<img width="288" align="right" src="screenshot.png">
58

69
## Install
710

@@ -53,3 +56,13 @@ $ npm test
5356
## License
5457

5558
MIT © Sindre Sorhus, Kevin Mårtensson
59+
60+
61+
<div align="center">
62+
<br>
63+
<br>
64+
<br>
65+
<img src="https://cdn.rawgit.com/sindresorhus/ava/2dba39f904b6b771fae390e3c294bd1dccfe1ec2/media/logo.svg" width="200" alt="AVA">
66+
<br>
67+
<br>
68+
</div>

0 commit comments

Comments
 (0)