Skip to content

Commit 2e1ab77

Browse files
authored
Remove badges
1 parent 37ccb13 commit 2e1ab77

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[![Tests](https://github.com/Nylle/JavaFixture/workflows/test/badge.svg?branch=master)](https://github.com/Nylle/JavaFixture/actions?query=workflow%3ATest)
2-
[![Maven Central](https://img.shields.io/maven-central/v/com.github.nylle/javafixture.svg?label=maven-central)](https://maven-badges.herokuapp.com/maven-central/com.github.nylle/javafixture)
3-
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)
4-
51
# JavaFixture
62
JavaFixture is the attempt to bring the incredibly easy usage of [Mark Seemann's AutoFixture for .NET](https://github.com/AutoFixture/AutoFixture) to the Java world.
73

@@ -26,6 +22,8 @@ The purpose of this project is to generate full object graphs for use in test su
2622
<scope>test</scope>
2723
</dependency>
2824
```
25+
[Maven Central](https://search.maven.org/artifact/com.github.nylle/javafixture)
26+
2927
## Usage
3028

3129
### Create a Fixture

0 commit comments

Comments
 (0)