From a22722f31c0ad234f4f8392dd6a4e71f71542461 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 3 Apr 2023 19:26:12 +0800 Subject: [PATCH] fix code --- README-EN.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README-EN.md b/README-EN.md index f2e131b09..e2145d2f8 100755 --- a/README-EN.md +++ b/README-EN.md @@ -9,8 +9,8 @@

- - + + @@ -136,7 +136,7 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop: ### 🍊Maven ```xml - cn.hutool + org.dromara.hutool hutool-all 6.0.0.M3 @@ -144,7 +144,7 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop: ### 🍐Gradle ``` -implementation 'cn.hutool:hutool-all:6.0.0.M3' +implementation 'org.dromara.hutool:hutool-all:6.0.0.M3' ``` ## 📥Download diff --git a/README.md b/README.md index a02041762..b3698ffa6 100755 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@

- - + + @@ -139,7 +139,7 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不 ```xml - cn.hutool + org.dromara.hutool hutool-all 6.0.0.M3 @@ -148,7 +148,7 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不 ### 🍐Gradle ``` -implementation 'cn.hutool:hutool-all:6.0.0.M3' +implementation 'org.dromara.hutool:hutool-all:6.0.0.M3' ``` ### 📥下载jar