From df7dcc9ccd1ed4c2424f7d458dd6405ed682acb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Demirta=C5=9F?= Date: Tue, 20 Feb 2024 20:30:41 +0300 Subject: [PATCH] Update README.md --- 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