Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caelcs committed Mar 23, 2019
1 parent df0a710 commit 0a25c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Builder4test
[![Build Status](https://travis-ci.org/caelwinner/builder4test.svg?branch=master)](https://travis-ci.org/caelwinner/builder4test)
[![Coverage Status](https://coveralls.io/repos/github/caelwinner/builder4test/badge.svg?branch=master)](https://coveralls.io/github/caelwinner/builder4test?branch=master)
[![Build Status](https://travis-ci.org/caelcs/builder4test.svg?branch=master)](https://travis-ci.org/caelcs/builder4test)
[![Coverage Status](https://coveralls.io/repos/github/caelcs/builder4test/badge.svg?branch=master)](https://coveralls.io/github/caelcs/builder4test?branch=master)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/uk.co.caeldev/builder4test/badge.svg)](https://maven-badges.herokuapp.com/maven-central/uk.co.caeldev/builder4test)

Library to build your POJO entities using a very intuitive DSL.
Expand All @@ -15,7 +15,7 @@ Most of the time when I am writing my tests I have the need to write clean and r
There are several ways to use it but the most flexible for me is creating a Class Builder that contains all the logic to create the objects.
The same example you can find in the lib tests.

you can inspect this [demo project](https://github.com/caelwinner/build4test-demo) to see how to use this library.
you can inspect this [demo project](https://github.com/caelcs/build4test-demo) to see how to use this library.

```java
public class PojoBuilder {
Expand Down

0 comments on commit 0a25c34

Please sign in to comment.