From 38d7b0f86637372c2b306be17d02f0dac22eda87 Mon Sep 17 00:00:00 2001 From: Lev Shagalov Date: Thu, 28 Dec 2017 20:01:51 +0300 Subject: [PATCH] readme changes... again --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 857e3a0..95aebee 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # KLogging -[![](https://jitpack.io/v/lewik/klogging.svg)](https://jitpack.io/#lewik/klogging) +[![](https://jitpack.io/v/shafirov/klogging.svg)](https://jitpack.io/#shafirov/klogging) KLogging provides unified logging API, which you can use from Kotlin code targeted for JVM, Javascript and common kotlin. The library is inspired by -- fork from [https://github.com/lewik/klogging] - code at [https://github.com/MicroUtils/kotlin-logging] - and discussion at [http://stackoverflow.com/questions/34416869/idiomatic-way-of-logging-in-kotlin] @@ -20,9 +19,9 @@ The library is inspired by ``` Use these dependencies per kotlin module respectively: ``` -compile 'com.github.lewik.klogging:klogging.common:1.2.10' -compile 'com.github.lewik.klogging:klogging.js:1.2.10' -compile 'com.github.lewik.klogging:klogging.jvm:1.2.10' +compile 'com.github.shafirov.klogging:klogging.common:1.2.10' +compile 'com.github.shafirov.klogging:klogging.js:1.2.10' +compile 'com.github.shafirov.klogging:klogging.jvm:1.2.10' ``` Versions will be updated with same kotlin version