Skip to content

Commit 94e588d

Browse files
committed
chore: rename EMQ X -> EMQX
1 parent 223d624 commit 94e588d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# emqx-coap
33

4-
emqx-coap is a CoAP Gateway for EMQ X Broker. It translates CoAP messages into MQTT messages and make it possible to communiate between CoAP clients and MQTT clients.
4+
emqx-coap is a CoAP Gateway for EMQX Broker. It translates CoAP messages into MQTT messages and make it possible to communiate between CoAP clients and MQTT clients.
55

66
### Client Usage Example
77
libcoap is an excellent coap library which has a simple client tool. It is recommended to use libcoap as a coap client.
@@ -250,5 +250,5 @@ Apache License Version 2.0
250250
Author
251251
------
252252

253-
EMQ X Team.
253+
EMQX Team.
254254

src/emqx_coap.app.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{application, emqx_coap,
2-
[{description, "EMQ X CoAP Gateway"},
2+
[{description, "EMQX CoAP Gateway"},
33
{vsn, "git"},
44
{modules, []},
55
{registered, []},
66
{applications, [kernel,stdlib,gen_coap]},
77
{mod, {emqx_coap_app, []}},
88
{env, []},
99
{licenses, ["Apache-2.0"]},
10-
{maintainers, ["EMQ X Team <[email protected]>"]},
10+
{maintainers, ["EMQX Team <[email protected]>"]},
1111
{links, [{"Homepage", "https://emqx.io/"},
1212
{"Github", "https://github.com/emqx/emqx-coap"}
1313
]}

0 commit comments

Comments
 (0)