Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cole <rycole@redhat.com>
  • Loading branch information
14rcole committed Oct 4, 2018
1 parent 7e80151 commit b3b7166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Callbacks lets you use decorator syntax to set callbacks on methods or functions.

[![Build Status](https://secure.travis-ci.org/14rcole/callbacks.svg?branch=master)](https://travis-ci.org/14rcole/callbacks)
[![Coverage Status](https://coveralls.io/repos/github/14rcole/badge.svg?branch=master)](https://coveralls.io/r/14rcole/callbacks)

```python
from callbacks import supports_callbacks

Expand All @@ -14,6 +17,3 @@ target.add_callback(callback)

target() # prints "hello Polly!"
```

[![Build Status](https://secure.travis-ci.org/14rcole/callbacks.svg?branch=master)](https://travis-ci.org/14rcole/callbacks)
[![Coverage Status](https://img.shields.io/coveralls/14rcole/callbacks.svg)](https://coveralls.io/r/14rcole/callbacks)

0 comments on commit b3b7166

Please sign in to comment.