diff --git a/README.md b/README.md index ab4af0e..213126c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ README LANGUAGES [ [**English**](README.md) | [中文](README_CN.md) ] A simple, easy-to-use and universal solution for managing configuration files. Enjoy the ease of use with customizable formats for loading, reading, and updating your configuration files. -## Advantages +## Features & Advantages - Class-based mechanism for initializing, loading, retrieving, and updating configuration files, ensuring convenience and efficiency. - Supports manual serialization and deserialization of complex configurations. @@ -24,13 +24,17 @@ Enjoy the ease of use with customizable formats for loading, reading, and updati ## Development -For a detailed development guide, [click here](.doc/README.md). For the latest JavaDoc release, [click here](https://CarmJos.github.io/EasyConfiguration). +For a detailed development guide, [CLICK HERE](.doc/README.md). + +For the latest JavaDoc release, [CLICK HERE](https://CarmJos.github.io/EasyConfiguration). ### Code Samples -Check out some code demonstrations [here](demo/src/main/java/cc/carm/lib/configuration/demo/DatabaseConfiguration.java). For more examples, see the [development guide](.doc/README.md). +Check out some code demonstrations [HERE](demo/src/main/java/cc/carm/lib/configuration/demo/DatabaseConfiguration.java). -### Dependencies +For more examples, see the [Development Guide](.doc/README.md). + +### :book: Dependencies #### Maven Dependency diff --git a/README_CN.md b/README_CN.md index cc4702f..d242c3c 100644 --- a/README_CN.md +++ b/README_CN.md @@ -17,9 +17,11 @@ README LANGUAGES [ [English](README.md) | [**中文**](README_CN.md) ] ![CodeSize](https://img.shields.io/github/languages/code-size/CarmJos/EasyConfiguration) ![](https://visitor-badge.glitch.me/badge?page_id=EasyConfiguration.readme) -轻松(做)配置,简单便捷的通用配置文件加载、读取与更新工具,可自定义配置格式。 +**轻松(做)配置!** -## 优势 +一款简单便捷的通用配置文件加载、读取与更新工具,可自定义配置的格式。 + +## 特性 & 优势 - 基于类的配置文件初始化、加载、获取与更新机制,方便快捷。 - 支持复杂配置的手动序列化、反序列化。