From b23f0bb1e737e94751577ecdd173ff5a3f54e026 Mon Sep 17 00:00:00 2001 From: MiniDay <372403923@qq.com> Date: Sun, 23 Oct 2022 05:51:27 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=87=AA=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b15252..76bc60b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# HamsterCore +# [HamsterCore](https://github.com/MiniDay/hamster-core) 仓鼠核心:Minecraft 插件开发通用工具包 # 添加依赖 -## 对于 Gradle (`build.gradle`) +## Gradle (`build.gradle`) ```groovy // 添加仓库 @@ -22,7 +22,7 @@ dependencies { } ``` -## 对于 Maven (`pom.xml`) +## Maven (`pom.xml`) ```xml