From 74be48c912b075487303bcf698bc37cec2abd70f Mon Sep 17 00:00:00 2001 From: George Andrianakis Date: Wed, 11 Nov 2015 19:52:37 +0200 Subject: [PATCH] Added missing '.' for Axon framework --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5366109..7034782 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Akka](http://akka.io) - Toolkit and runtime for building concurrent, distributed, and fault tolerant event-driven applications. * [Apache Storm](http://storm.incubator.apache.org/) - Realtime computation system. * [Apache ZooKeeper](http://zookeeper.apache.org/) - Coordination service with distributed configuration, synchronization, and naming registry for large distributed systems. -* [Axon Framework](http://www.axonframework.org/) - Framework for creating CQRS applications +* [Axon Framework](http://www.axonframework.org/) - Framework for creating CQRS applications. * [Hazelcast](http://hazelcast.org/) - Highly scalable in-memory datagrid. * [Hystrix](https://github.com/Netflix/Hystrix) - Provides latency and fault tolerance. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters.