From 76c6640c937a1eac04e3968970ea9fdf6fdd9f85 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 23 Apr 2015 13:09:02 +0200 Subject: [PATCH] Adapted the description to be more concise and added the sentence final full stop. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53bbce8..bc470fb 100644 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Apache JMeter](http://jmeter.apache.org/) - Functional testing and performance measurements. * [Arquillian](http://arquillian.org/) - Integration and functional testing platform with integration of Java EE containers. * [AssertJ](http://joel-costigliola.github.io/assertj/) - Fluent assertions that improve readability. -* [Awaitility](https://github.com/jayway/awaitility) - Java DSL for synchronizing asynchronous operations +* [Awaitility](https://github.com/jayway/awaitility) - DSL for synchronizing asynchronous operations. * [Hamcrest](http://hamcrest.org/JavaHamcrest/) - Matchers that can be combined to create flexible expressions of intent. * [JMH](http://openjdk.java.net/projects/code-tools/jmh/) - Microbenchmarking tool for the JVM. * [JMockit](http://jmockit.org/) - The Mock Anything Toolkit for Java, mocks static, final methods and more.