From 14ba79c2b363bc38de29b02f7f52b64298d407b7 Mon Sep 17 00:00:00 2001 From: dengsgo Date: Sat, 27 Jun 2020 15:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_EN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5d6234..8abee43 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [简体中文](README.md) | [ENGLISH](README_EN.md) -fileboy,文件变更监听通知系统,使用 Go 编写。 +fileboy,文件变更监听通知工具,使用 Go 编写。 适用于 Hot Reload (典型的如开发go项目,无需每次手动执行 go build;又比如前端 node 打包) 或者 系统监控的场景。 ## 特性 diff --git a/README_EN.md b/README_EN.md index 3575f7c..4a31221 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,7 +4,7 @@ [简体中文](README.md) | [ENGLISH](README_EN.md) -Fileboy, File Change Monitoring Notification System, written with Go. +Fileboy, File Change Monitoring Notification Tool Software, written with Go. For Hot Reload scenarios (typically for developing go projects without having to perform go build manually every time; for example, front-end node packaging) or system monitoring. ## FEATURES