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