From 263c3ba53d8d6c549f611c540461ddca52873df7 Mon Sep 17 00:00:00 2001 From: Denis O Date: Fri, 20 Jan 2023 21:32:52 +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 c5e3d78..881de60 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } ... dependencies { - implementation('com.unidev.unidev-prometheus:unidev-prometheus:0.0.1') + implementation('com.unidev:unidev-prometheus:0.0.1') } ```