Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Nov 14, 2015
1 parent 1e386ff commit 1608bba
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# expect

[![build status](https://img.shields.io/travis/mjackson/expect/master.svg?style=flat-square)](https://travis-ci.org/mjackson/expect)
[![npm package](https://img.shields.io/npm/v/expect.svg?style=flat-square)](https://www.npmjs.org/package/expect)
# expect [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]

[expect](https://github.com/mjackson/expect) lets you write better assertions.

Expand Down Expand Up @@ -413,3 +410,9 @@ expect('#ff00ff').toBeAColor()
## Issues

Please file issues on the [issue tracker on GitHub](https://github.com/mjackson/expect/issues).

[build-badge]: https://img.shields.io/travis/mjackson/expect/master.svg?style=flat-square
[build]: https://travis-ci.org/mjackson/expect)

[npm-badge]: https://img.shields.io/npm/v/expect.svg?style=flat-square
[npm]: https://www.npmjs.org/package/expect

0 comments on commit 1608bba

Please sign in to comment.