From 652c17f0d1aadc9a25d5e5785046d6f226c8fdcb Mon Sep 17 00:00:00 2001 From: heldev Date: Tue, 4 Apr 2017 18:06:10 -0400 Subject: [PATCH] Fix JFairy item markup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cad3982..bffa199 100644 --- a/README.md +++ b/README.md @@ -771,7 +771,7 @@ A curated list of awesome Java frameworks, libraries and software. * [J8Spec](https://github.com/j8spec/j8spec/) - J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine. * [JSONAssert](http://jsonassert.skyscreamer.org/) - Simplifies testing of JSON strings. * [JBehave](http://jbehave.org/) - Framework for Behavioural Driven Development. -* [JFairy] (https://github.com/Codearte/jfairy) - Fake data generator. +* [JFairy](https://github.com/Codearte/jfairy) - Fake data generator. * [JGiven](http://jgiven.org) - Developer-friendly BDD testing framework compatible with JUnit and TestNG. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG like dataprovider runner for JUnit.