From 613e172aaa74b6955ef8cd21d1ab6c1b5fc20b8b Mon Sep 17 00:00:00 2001 From: Row Date: Sun, 23 Jun 2024 22:14:44 -0300 Subject: [PATCH] Fixed setup section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25076f8..2a9501f 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ Add JitPack to your repositories and `keep-engine` to your dependencies on your ```kotlin repositories { - maven { url "https://jitpack.io" } + maven("https://jitpack.io") } dependencies { - implementation "com.github.RowDaBoat:keep-engine:1.0" + implementation("com.github.RowDaBoat", "keep-engine", "1.0-SNAPSHOT") } ```