From 415dc484e82e60f961365119dee22675e2ef0fe5 Mon Sep 17 00:00:00 2001 From: mfornos Date: Sun, 13 Sep 2015 14:38:12 +0200 Subject: [PATCH] Typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0681aa9..05d22b4 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Marathon](https://mesosphere.github.io/marathon/) - Deploy and manage containers (including Docker) on top of Apache Mesos at scale. - [Mesos](https://mesos.apache.org/) - Abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively. - [Ordasity](https://github.com/boundary/ordasity) - Designed to spread persistent or long-lived workloads across several machines. -- [Redisson](https://github.com/mrniko/redisson) - Distributed and scalable Java data structures on top of Redis server.. +- [Redisson](https://github.com/mrniko/redisson) - Distributed and scalable Java data structures on top of Redis server. - [Service Fabric](http://servicefabric.io/) - Fault-tolerant decentralized peer-to-peer based cluster membership service with no single point of failure. ### Reactivity