From 94e588d55d7f0be0a1d138e8d157aae9493bae3f Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 27 Dec 2023 15:00:12 +0800 Subject: [PATCH] chore: rename EMQ X -> EMQX --- README.md | 4 ++-- src/emqx_coap.app.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2da7b9f..2c8f439 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # emqx-coap -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. +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. ### Client Usage Example 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 Author ------ -EMQ X Team. +EMQX Team. diff --git a/src/emqx_coap.app.src b/src/emqx_coap.app.src index edbd322..e50329a 100644 --- a/src/emqx_coap.app.src +++ b/src/emqx_coap.app.src @@ -1,5 +1,5 @@ {application, emqx_coap, - [{description, "EMQ X CoAP Gateway"}, + [{description, "EMQX CoAP Gateway"}, {vsn, "git"}, {modules, []}, {registered, []}, @@ -7,7 +7,7 @@ {mod, {emqx_coap_app, []}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-coap"} ]}