From eda0e64f65abea55bb933e6ff07bd6c87fea24f0 Mon Sep 17 00:00:00 2001 From: zhoushuyi Date: Mon, 4 Mar 2019 10:45:44 +0800 Subject: [PATCH] [RIP-9] update Deployment.md in docs/en --- docs/en/Deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Deployment.md b/docs/en/Deployment.md index 5d74c163..cc4ea564 100644 --- a/docs/en/Deployment.md +++ b/docs/en/Deployment.md @@ -4,7 +4,7 @@ ### 1 Single Master mode -This is the simplest, but also the riskiest, mode that makes the entire service unavailable once the broker restarts or goes down. Production environments are not recommended, but can be used for local testing and development. Here are the steps to build. +This is the simplest but also the riskiest mode, that makes the entire service unavailable once the broker restarts or goes down. Production environments are not recommended, but can be used for local testing and development. Here are the steps to build. **1)Start NameServer** -- GitLab