From 2ea2d2cb01f501aa6f55db104abfebb65387cde6 Mon Sep 17 00:00:00 2001 From: Mark Little Date: Sun, 18 Jun 2017 20:30:29 +0100 Subject: [PATCH] Formatting typo fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d13dee..8dd69b1 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ A curated list of awesome Java frameworks, libraries and software. ## Distributed Transactions -*Distributed transactions provide a mechanism for ensuring consistency of data updates in the presence of concurrent access and partial failures. +*Distributed transactions provide a mechanism for ensuring consistency of data updates in the presence of concurrent access and partial failures.* * [Atomikos](https://www.atomikos.com) - Provides transactions for REST, SOA and microservices, also with support for JTA and XA. * [Bitronix](https://github.com/bitronix/btm) - A simple but complete implementation of the JTA 1.1 API..