Skip to content

Commit 3c0f984

Browse files
committed
Usage of shields.io badging on README.
This can help new developers find the status of the Travis Build and the download link for PyPi
1 parent 013da24 commit 3c0f984

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
2-
## What are Django REST Hooks? [![Build Status](https://travis-ci.org/zapier/django-rest-hooks.svg?branch=master)](https://travis-ci.org/zapier/django-rest-hooks)
1+
[![Travis branch](https://img.shields.io/travis/zapier/django-rest-hooks/master.svg)](https://travis-ci.org/zapier/django-rest-hooks)
2+
[![PyPI](https://img.shields.io/pypi/v/django-rest-hooks.svg)](https://pypi.python.org/pypi/django-rest-hooks)
3+
## What are Django REST Hooks?
34

45

56
REST Hooks are fancier versions of webhooks. Traditional webhooks are usually

0 commit comments

Comments
 (0)