浏览代码

style: fix wording

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
Stefan Strigler 2 年之前
父节点
当前提交
9ccfa643ce
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      apps/emqx_utils/README.md
  2. 1 1
      apps/emqx_utils/src/emqx_utils.app.src

+ 3 - 3
apps/emqx_utils/README.md

@@ -1,10 +1,10 @@
-# emqx_utils - Erlang utility library for EMQ X
+# Erlang utility library for EMQX
 
 
 ## Overview
 ## Overview
 
 
-`emqx_utils` is a collection of utility functions for EMQ X, organized into
+`emqx_utils` is a collection of utility functions for EMQX, organized into
 several modules. It provides various functionalities to make it easier to work
 several modules. It provides various functionalities to make it easier to work
-with EMQ X, such as binary manipulations, maps, JSON en- and decoding, ets table
+with EMQX, such as binary manipulations, maps, JSON en- and decoding, ets table
 handling, data conversions, and more.
 handling, data conversions, and more.
 
 
 ## Features
 ## Features

+ 1 - 1
apps/emqx_utils/src/emqx_utils.app.src

@@ -1,6 +1,6 @@
 %% -*- mode: erlang -*-
 %% -*- mode: erlang -*-
 {application, emqx_utils, [
 {application, emqx_utils, [
-    {description, "An OTP application"},
+    {description, "Miscellaneous utilities for EMQX apps"},
     % strict semver, bump manually!
     % strict semver, bump manually!
     {vsn, "5.0.0"},
     {vsn, "5.0.0"},
     {modules, [
     {modules, [