From ed58b054e90394073962db0e322fabbcbb7ab23c Mon Sep 17 00:00:00 2001 From: berk ozdilek Date: Mon, 11 Sep 2017 15:00:48 +0300 Subject: [PATCH] Fixed broken emq_modules plugin URL on README Updated README, changed broken url with correct one(there was a typo) for emq_modules plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fbd3a118..83fe86177 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Plugin | Descrip [emq_plugin_template](https://github.com/emqtt/emq_plugin_template) | Plugin template and demo [emq_dashboard](https://github.com/emqtt/emq_dashboard) | Web Dashboard [emq_retainer](https://github.com/emqtt/emq_retainer) | Store MQTT Retained Messages -[emq_modules](https://github.com/emqtt/emq_modules) | Presence, Subscription and Rewrite Modules +[emq_modules](https://github.com/emqtt/emq-modules) | Presence, Subscription and Rewrite Modules [emq_auth_username](https://github.com/emqtt/emq_auth_username) | Username/Password Authentication Plugin [emq_auth_clientid](https://github.com/emqtt/emq_auth_clientid) | ClientId Authentication Plugin [emq_auth_mysql](https://github.com/emqtt/emq_auth_mysql) | MySQL Authentication/ACL Plugin