diff --git a/README.md b/README.md index ec841b1..fcade73 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ emqx-stomp ========== -The plugin adds STOMP 1.0/1.1/1.2 protocol supports to the EMQ X broker. +The plugin adds STOMP 1.0/1.1/1.2 protocol supports to the EMQX broker. The STOMP clients could PubSub to the MQTT clients. @@ -73,5 +73,5 @@ Apache License Version 2.0 Author ------ -EMQ X Team. +EMQX Team. diff --git a/src/emqx_stomp.app.src b/src/emqx_stomp.app.src index b14c660..e0ac881 100644 --- a/src/emqx_stomp.app.src +++ b/src/emqx_stomp.app.src @@ -1,5 +1,5 @@ {application, emqx_stomp, - [{description, "EMQ X Stomp Protocol Plugin"}, + [{description, "EMQX Stomp Protocol Plugin"}, {vsn, "git"}, {modules, []}, {registered, [emqx_stomp_sup]}, @@ -7,7 +7,7 @@ {mod, {emqx_stomp,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-stomp"} ]}