Skip to content

Commit adc2d29

Browse files
author
Emmanouil Konstantinidis
committed
Split badges
1 parent 872a78c commit adc2d29

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# drf-docs [![Build Status](https://travis-ci.com/ekonstantinidis/drf-docs.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master)](https://travis-ci.com/ekonstantinidis/drf-docs) [![PyPI Version](https://img.shields.io/pypi/v/drfdocs.svg](https://travis-ci.com/ekonstantinidis/drf-docs)
2-
Documentation for Web APIs made with Django Rest Framework.
1+
# drf-docs [![travis][travis-image]][travis-url] [![pypi][pypi-image]][pypi-url]
2+
3+
Document Web APIs made with Django Rest Framework.
34

45

56
### Prerequisites
@@ -36,3 +37,9 @@ Finally include the `drfdocs` urls in your `urls.py`:
3637
...
3738
url(r'^docs/', include('drfdocs.urls', app_name='drfdocs', namespace='drfdocs')),
3839
]
40+
41+
[travis-image]: https://travis-ci.com/ekonstantinidis/drf-docs.svg?token=9QR4ewbqbkEmHps6q5sq&branch=master
42+
[travis-url]: https://travis-ci.com/ekonstantinidis/drf-docs
43+
44+
[pypi-image]: https://img.shields.io/pypi/v/drfdocs.svg
45+
[pypi-url]: https://pypi.python.org/pypi/drffocs/

0 commit comments

Comments
 (0)