From cafa12bfe2a3aa9d659a62ce0811138795228e07 Mon Sep 17 00:00:00 2001 From: Vadym Yaroshchuk Date: Tue, 6 Jun 2023 00:46:22 +0200 Subject: [PATCH] docs: supplement implementation block --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b6c2a2..1de9639 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ You can implement sdk in next way: ```kotlin repositories { maven("https://maven.timemates.io") + // or + maven("https://jitpack.io") } dependencies {