Skip to content

Commit 0d72326

Browse files
authored
Add and update Badges (#159)
* travis -> circleci badge * add other badges
1 parent 28c5532 commit 0d72326

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
1-
[![Build Status](https://travis-ci.org/danvk/webdiff.svg?branch=master)](https://travis-ci.org/danvk/webdiff)
21
# git webdiff
32

43
Two-column web-based git difftool.
54

5+
<p align="center">
6+
<a href="https://pypi.org/project/webdiff/" target="_blank">
7+
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/webdiff">
8+
</a>
9+
<a href="https://dl.circleci.com/status-badge/redirect/gh/danvk/webdiff/tree/master" target="_blank">
10+
<img alt="CircleCI 📝" src="https://dl.circleci.com/status-badge/img/gh/danvk/webdiff/tree/master.svg?style=svg">
11+
</a>
12+
<a href="https://github.com/danvk/webdiff/blob/master/LICENSE" target="_blank">
13+
<img alt="License: Apache2 📝" src="https://img.shields.io/github/license/danvk/webdiff">
14+
</a>
15+
<a href="https://github.com/sponsors/danvk" target="_blank">
16+
<img alt="Sponsor: On GitHub 💸" src="https://img.shields.io/badge/sponsor-on_github_💸-21bb42.svg" />
17+
</a>
18+
</p>
19+
620
Features include:
721

822
* Side-by-side (two column) diff view

0 commit comments

Comments
 (0)