From c19525dec5eda80ea103b5901779f0b153f0db53 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Fri, 30 Apr 2021 15:37:00 +0300 Subject: [PATCH] fix #75 --- README.md | 2 +- docs/templates/README-TEMPLATE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c44fa40f..d7246a33 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ repositories { } dependencies { - implementation("kscience.plotlykt:plotlykt-server:0.4.0") + implementation("space.kscience:plotlykt-server:0.4.0") } ``` diff --git a/docs/templates/README-TEMPLATE.md b/docs/templates/README-TEMPLATE.md index 9181055d..1da74c85 100644 --- a/docs/templates/README-TEMPLATE.md +++ b/docs/templates/README-TEMPLATE.md @@ -90,7 +90,7 @@ repositories { } dependencies { - implementation("kscience.plotlykt:plotlykt-server:$version") + implementation("space.kscience:plotlykt-server:$version") } ```