docs: README spell
This commit is contained in:
parent
711a9a06c8
commit
ed10827343
|
@ -60,7 +60,7 @@ EMQX Cloud 文档:[docs.emqx.com/zh/cloud/latest/](https://docs.emqx.com/zh/cl
|
|||
- 访问 [EMQ 问答社区](https://askemq.com/) 以获取帮助,也可以分享您的想法或项目。
|
||||
- 添加小助手微信号 `emqmkt`,加入 EMQ 微信技术交流群。
|
||||
- 加入我们的 [Discord](https://discord.gg/xYGf3fQnES),参于实时讨论。
|
||||
- 关注我们的 [bilibili](https://space.bilibili.com/522222081),获取最新物联网技术分享。
|
||||
- 关注我们的 [Bilibili](https://space.bilibili.com/522222081),获取最新物联网技术分享。
|
||||
- 关注我们的 [微博](https://weibo.com/emqtt) 或 [Twitter](https://twitter.com/EMQTech),获取 EMQ 最新资讯。
|
||||
|
||||
## 相关资源
|
||||
|
|
|
@ -32,7 +32,7 @@ docker run -d --name emqx -p 1883:1883 -p 8083:8083 -p 8883:8883 -p 8084:8084 -p
|
|||
|
||||
Чтобы ознакомиться с функциональностью EMQX, пожалуйста, следуйте [руководству по началу работы](https://www.emqx.io/docs/en/v5.0/getting-started/getting-started.html#start-emqx).
|
||||
|
||||
#### Запуск кластера EMQX на kubernetes
|
||||
#### Запуск кластера EMQX на Kubernetes
|
||||
|
||||
[Документация по EMQX Operator](https://github.com/emqx/emqx-operator/blob/main/docs/en_US/getting-started/getting-started.md).
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ docker run -d --name emqx -p 1883:1883 -p 8083:8083 -p 8084:8084 -p 8883:8883 -p
|
|||
|
||||
Next, please follow the [Deploy with Docker](https://www.emqx.io/docs/en/v5.1/deploy/install-docker.html) guide for further instructions.
|
||||
|
||||
#### Run EMQX cluster on kubernetes
|
||||
#### Run EMQX cluster on Kubernetes
|
||||
|
||||
Please consult official [EMQX Operator](https://github.com/emqx/emqx-operator/blob/main/docs/en_US/getting-started/getting-started.md) documentation for details.
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@ to negotiate protocol version:
|
|||
protocol version supported by the remote node
|
||||
`Node`. `emqx_bpapi:supported_version(ProtocolId)` returns maximum
|
||||
protocol version that is supported by all nodes in the cluster. It can
|
||||
be useful when the protocol involves multicalls or multicasts.
|
||||
be useful when the protocol involves multi-calls or multi-casts.
|
||||
|
||||
The business logic can assume that the supported protocol version is
|
||||
not going to change on the remote node, while it is running. So it is
|
||||
|
|
Loading…
Reference in New Issue