From 084d84b48a2ff188decb6fb97f5e6989a0cfbcf4 Mon Sep 17 00:00:00 2001 From: bryan31 Date: Sat, 28 May 2022 23:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README.zh-CN.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3865afcf..0e7a5a72 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## Overview liteFlow is a lightweight , fast component-based process engine framework / rules engine , component orchestration , component reuse , to help decouple business code , so that each business fragment is an elegant component , and support hot-loading rule configuration , to achieve on-the-fly modification . -## Project home page please click:[HOME PAGE](https://liteflow.yomahub.com/) -## project documents please click: [DOCUMENTATION](https://liteflow.yomahub.com/docs) -## Example projects, please click:[EXAMPLE](https://gitee.com/bryan31/liteflow-example) +## Website url: [https://liteflow.yomahub.com](https://liteflow.yomahub.com/) +## Documents url: [https://liteflow.yomahub.com/docs](https://liteflow.yomahub.com/docs) +## Example projects: [https://gitee.com/bryan31/liteflow-example](https://gitee.com/bryan31/liteflow-example) ## Feature * decoupled orchestration of complex business, providing a unified implementation for all components diff --git a/README.zh-CN.md b/README.zh-CN.md index ed7adfc8..f53caf8a 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -11,7 +11,7 @@ liteFlow是一个轻量,快速的组件式流程引擎框架/规则引擎, ## 官网链接:[https://liteflow.yomahub.com](https://liteflow.yomahub.com/) ## 文档链接:[https://liteflow.yomahub.com/docs](https://liteflow.yomahub.com/docs/) -## 示例工程链接:[https://gitee.com/bryan31/liteflow-example](https://gitee.com/bryan31/liteflow-example) +## 示例工程:[https://gitee.com/bryan31/liteflow-example](https://gitee.com/bryan31/liteflow-example) ## 特性 * 复杂业务的解耦编排利器,为所有组件提供统一化的实现方式