diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst index 001286f00..e47c7dae8 100644 --- a/docs/source/advanced.rst +++ b/docs/source/advanced.rst @@ -11,7 +11,7 @@ Advanced Local Subscription ------------------ -The EMQ broker will not create global routes for `Local Subscription`, and only dispatch MQTT messages on local node. +The *EMQ* broker will not create global routes for `Local Subscription`, and only dispatch MQTT messages on local node. .. code-block:: shell diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index a8f327c13..5298e7484 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -844,13 +844,13 @@ Plugin Development Guide Create a Plugin Project ----------------------- -Clone emqttd_plugin_template source from github.com:: +Clone emq_plugin_template source from github.com:: git clone https://github.com/emqtt/emqttd_plugin_template.git Create a plugin project with erlang.mk and depends on 'emqttd' application, the 'Makefile':: - PROJECT = emqttd_plugin_abc + PROJECT = emq_plugin_abc PROJECT_DESCRIPTION = emqttd abc plugin PROJECT_VERSION = 1.0