diff --git a/docs/en/Deployment.md b/docs/en/Deployment.md index ec12f7ff7e00b13a28d3d76e3214aabd8fdf37e5..36aad076bf885968b51b6f678a2d676361049555 100644 --- a/docs/en/Deployment.md +++ b/docs/en/Deployment.md @@ -156,4 +156,4 @@ $ nohup sh mqbroker -n 192.168.1.1:9876 -c $ROCKETMQ_HOME/conf/2m-2s-sync/broker $ nohup sh mqbroker -n 192.168.1.1:9876 -c $ROCKETMQ_HOME/conf/2m-2s-sync/broker-b-s.properties & ``` -The above Master and Slave are paired by specifying the same config named "brokerName", the "brokerId" of the master node must be 0, and the "brokerId" of the slave node must be greater than 0. +The above Master and Slave are paired by specifying the same config named "brokerName", the "brokerId" of the master node must be 0, and the "brokerId" of the slave node must be greater than 0. \ No newline at end of file