From bbe060bc0a1ee4708652f6bf9e36530140e012e2 Mon Sep 17 00:00:00 2001 From: Feng Date: Wed, 2 Nov 2016 22:50:21 +0800 Subject: [PATCH] emq_auth_mysql --- docs/source/getstarted.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getstarted.rst b/docs/source/getstarted.rst index 900bbb941..871d0af9a 100644 --- a/docs/source/getstarted.rst +++ b/docs/source/getstarted.rst @@ -81,7 +81,7 @@ Installing on Mac, for example: Installing from Source ---------------------- -.. NOTE:: emqttd broker requires Erlang R18+ to build since 1.1 release. +.. NOTE:: The *EMQ* broker requires Erlang R18+ to build since 1.1 release. .. code-block:: bash @@ -128,7 +128,7 @@ The *EMQ* broker could be extended by Plugins. A plugin is an Erlang applicatio +-------------------------+--------------------------------------------+ | `emq_auth_http`_ | Authentication/ACL with HTTP API | +-------------------------+--------------------------------------------+ -| `emq_auth_mysql` _ | Authentication with MySQL | +| `emq_auth_mysql`_ | Authentication with MySQL | +-------------------------+--------------------------------------------+ | `emq_auth_pgsql`_ | Authentication with PostgreSQL | +-------------------------+--------------------------------------------+