Feng 9 年之前
父節點
當前提交
a1b1cf8085
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      docs/source/advanced.rst
  2. 2 2
      docs/source/plugins.rst

+ 1 - 1
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
 

+ 2 - 2
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