Skip to content

Commit 8348819

Browse files
authored
Merge pull request #47 from brettwooldridge/project-badges
Project badges
2 parents c63bfb3 + 2f8e6d6 commit 8348819

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1+
[![][Build Status img]][Build Status]
2+
[![][license img]][license]
3+
[![][Maven Central img]][Maven Central]
4+
[![][Javadocs img]][Javadocs]
5+
16
jnr-unixsocket
27
==============
38

49
Native I/O access for java.
510

611
Check out the [examples](https://github.com/jnr/jnr-unixsocket/tree/master/src/test/java/jnr/unixsocket/example) for more information.
712

13+
[Build Status]:https://travis-ci.org/jnr/jnr-unixsocket
14+
[Build Status img]:https://travis-ci.org/jnr/jnr-unixsocket.svg?branch=master
15+
16+
[license]:LICENSE
17+
[license img]:https://img.shields.io/badge/license-Apache%202-blue.svg
18+
19+
[Maven Central]:https://maven-badges.herokuapp.com/maven-central/com.github.jnr/jnr-unixsocket
20+
[Maven Central img]:https://maven-badges.herokuapp.com/maven-central/com.github.jnr/jnr-unixsocket/badge.svg
21+
22+
[Javadocs]:http://javadoc.io/doc/com.github.jnr/jnr-unixsocket
23+
[Javadocs img]:http://javadoc.io/badge/com.github.jnr/jnr-unixsocket.svg

0 commit comments

Comments
 (0)