From a1b1cf8085ce30da515d54c7b2497646624f0b9f Mon Sep 17 00:00:00 2001 From: Feng Date: Wed, 19 Oct 2016 21:13:27 +0800 Subject: [PATCH] emq_ --- docs/source/advanced.rst | 2 +- docs/source/plugins.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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