From 2c8bd7a4fc6f2edf403511e35f40702479cee96e Mon Sep 17 00:00:00 2001 From: FirstMegaGame4 <84094287+FirstMegaGame4@users.noreply.github.com> Date: Fri, 10 May 2024 15:32:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 711c121..bb3e5e6 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ repositories { dependencies { // ... - modImplementation "com.github.MModding:env.json:${theMostBeautifulVersionYouCanFind}" + modImplementation "com.mmodding:env.json:${theMostBeautifulVersionYouCanFind}" } ```