Skip to content

Commit c1816ae

Browse files
authored
Merge pull request #4728 from wilzbach/add-fancy-badges
Add badges to README
2 parents 3040070 + 8500921 commit c1816ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
![D Logo](http://dlang.org/images/dlogo.png) Phobos Standard Library
22
===================================================================
33

4+
[![GitHub tag](https://img.shields.io/github/tag/dlang/phobos.svg?maxAge=86400)](#)
5+
[![Build Status](https://travis-ci.org/dlang/phobos.svg?branch=master)](https://travis-ci.org/dlang/phobos)
6+
[![Codecov](https://img.shields.io/codecov/c/github/dlang/phobos.svg?maxAge=86400)](https://codecov.io/gh/dlang/phobos)
7+
[![Issue Stats](http://www.issuestats.com/github/dlang/phobos/badge/pr)](http://www.issuestats.com/github/dlang/phobos)
8+
49
Phobos is the standard library that comes with the
510
[D Programming Language](http://dlang.org) Compiler.
611

@@ -28,4 +33,3 @@ I Want to Contribute
2833

2934
Great!
3035
See the [CONTRIBUTING.md file](CONTRIBUTING.md).
31-

0 commit comments

Comments
 (0)