Skip to content

Commit d001cbb

Browse files
luzfcbAlexandr Shurigin
authored andcommitted
fix travis badget
1 parent 47e5f6e commit d001cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Django Macros Url makes it easy to write (and read) url patterns in your django
44

55
You can combine your prefixes with macro names with underscope, for example you can use macro `:slug` and `:product_slug`. They both will be compiled to same regex pattern with their group names of course. Multiple underscopes accepted too.
66

7-
<img src="https://travis-ci.org/phpdude/django-macros-url.svg?branch=master" />
7+
[![Build Status](https://travis-ci.org/phpdude/django-macros-url.svg?branch=master)](https://travis-ci.org/phpdude/django-macros-url)
88

99
### Supported macros by default
1010

0 commit comments

Comments
 (0)