From 1d1d9fa2afe824eb1fa9be6a762609772be90683 Mon Sep 17 00:00:00 2001 From: Dimitri Jorge Date: Mon, 13 Apr 2015 17:15:40 +0200 Subject: [PATCH] Update README.md Improve formatting in the Load balancing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce9d9b6..5fc73284 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ pm2 flush # Clear all the logs When an app is started with the -i option, the **cluster** mode is enabled. -**Warning**: It's still a beta feature. If you want to use the embed cluster module or reload with 0s downtime, we recommend the use of node#0.12.0+ node#0.11.16+ or io.js#1.0.2+. We do not support node#0.10.* cluster module anymore! +**Warning**: It's still a beta feature. If you want to use the embed cluster module or reload with 0s downtime, we recommend the use of `node#0.12.0+`, `node#0.11.16+` or `io.js#1.0.2+`. We do not support `node#0.10.*`'s cluster module anymore! With the cluster mode, PM2 enables load balancing between each worker. Each HTTP/TCP/UDP request will be forwarded to one specific process at a time.