From dfb90daf710b84643735365a373277b6e75c431f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Demirta=C5=9F?= Date: Tue, 20 Feb 2024 20:32:03 +0300 Subject: [PATCH] Update README.md (#102) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3845a9..88ea5d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ dependencies { implementation "io.grpc:grpc-stub:1.47.0" implementation "io.grpc:grpc-protobuf:1.47.0" implementation "io.grpc:grpc-netty:1.47.0" - implementation "tr.com.infumia:agones4j:VERSION" + implementation "com.github.infumia:agones4j:VERSION" } ``` ```java