This commit is contained in:
Feng 2016-10-19 21:13:27 +08:00
parent 79176c5224
commit a1b1cf8085
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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