From 8a5751bc1933a79d0fab4229e0c9c739ad6ab736 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Thu, 29 Jun 2017 16:46:05 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e64322..6027870 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Fork of [Emberwalker's Forgelin](https://github.com/Emberwalker/Forgelin). repositories { jcenter() maven { - url "http://mvn.rx14.co.uk/shadowfacts/" + url "http://maven.shadowfacts.net/" } } @@ -19,6 +19,6 @@ dependencies { } ``` -All versions can be seen [here](http://mvn.rx14.co.uk/shadowfacts/net/shadowfacts/Forgelin/). +All versions can be seen [here](http://maven.shadowfacts.net/net/shadowfacts/Forgelin/). **Note:** You must have the `jcenter()` call in your `repositories` block. JCenter is used to host the Kotlin coroutines libraries.