From 0069f31244a317ed98efb391ffc53dec028de1f0 Mon Sep 17 00:00:00 2001 From: David Erwin Date: Fri, 14 Jul 2017 16:07:47 -0400 Subject: [PATCH] Make it accurate --- docs/install-microservices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-microservices.md b/docs/install-microservices.md index c3215f730..eb3111c2d 100644 --- a/docs/install-microservices.md +++ b/docs/install-microservices.md @@ -25,7 +25,7 @@ In the documentation so far, we've discussed how to deploy all of these function ## Separating Talk into Microservices -Talk can be run as three separate clusters of servers by enabling/disabling different bits of functionality: webserver, socket server and jobs server. +Talk can be run in two or more separate clusters of servers by enabling/disabling different bits of functionality: webserver, socket server and jobs server. Each microservice would deploy with the same codebase and configuration.