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.