From 1a089cbc03c1726d9794b246272ed68061d8a10c Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Tue, 22 Jul 2014 17:48:19 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 197831494c..ac9c3990f5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Here are some examples of what you can do with libswarm: * Swap in a new clustering and service discovery system, without changing any application code. -* Collect logs across an in-house Mesos cluster, a Cloudfoundry deployment and individual servers staggered in 3 different datacenters, forward them to your legacy syslog deployment, then perform custom analytics on them. +* Collect logs across an in-house Mesos cluster, a Cloud Foundry deployment and individual servers staggered in 3 different datacenters, forward them to your legacy syslog deployment, then perform custom analytics on them. * Simulate your entire service topology in a single process, then scale it out simply by re-arranging adapters.