diff --git a/docs/cn/operation.md b/docs/cn/operation.md index bc2d38527fce649921818ce19928cbe07c01462b..5f5d9f861111961920b4a9e0d501ed43a7e1b4d8 100644 --- a/docs/cn/operation.md +++ b/docs/cn/operation.md @@ -25,7 +25,7 @@ The Name Server boot success... ### 启动Broker $ nohup sh bin/mqbroker -n localhost:9876 & -### 验证Name Server 是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a +### 验证Broker是否启动成功,例如Broker的IP为:192.168.1.2,且名称为broker-a $ tail -f ~/logs/rocketmqlogs/broker.log The broker[broker-a, 192.169.1.2:10911] boot success... ``` diff --git a/docs/en/operation.md b/docs/en/operation.md index 1d41e984443fcf958aed4a4527767b9a82695515..1b8375fb6c391d33c6c56bdcb83d198fa3a45e90 100644 --- a/docs/en/operation.md +++ b/docs/en/operation.md @@ -25,7 +25,7 @@ The Name Server boot success... ### start Broker $ nohup sh bin/mqbroker -n localhost:9876 & -### check whether Name Server is successfully started, eg: Broker's IP is 192.168.1.2, Broker's name is broker-a +### check whether Broker is successfully started, eg: Broker's IP is 192.168.1.2, Broker's name is broker-a $ tail -f ~/logs/rocketmqlogs/Broker.log The broker[broker-a, 192.169.1.2:10911] boot success... ```