Skip to content

Commit

Permalink
Adding Javadoc badges
Browse files Browse the repository at this point in the history
  • Loading branch information
markbiddlecom committed Jul 7, 2017
1 parent 078c636 commit 83929bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Fuzzy is a handy little library for writing expressive
["fuzz tests"](https://en.wikipedia.org/wiki/Fuzz_testing) in Java.

[![Build Status](https://travis-ci.org/redfin/fuzzy.svg?branch=master)](https://travis-ci.org/redfin/fuzzy)
[![fuzzy-core Javadoc](http://javadoc-badge.appspot.com/com.redfin/fuzzy-core.svg?label=fuzzy-core+javadoc)](http://javadoc-badge.appspot.com/com.redfin/fuzzy-core)
[![fuzzy-core Javadoc](http://javadoc-badge.appspot.com/com.redfin/fuzzy-junit-4.svg?label=fuzzy-junit-4+javadoc)](http://javadoc-badge.appspot.com/com.redfin/fuzzy-junit-4)

```java
public void test() {
Expand Down

0 comments on commit 83929bf

Please sign in to comment.