From 6e0d97d3788494bc0072eae59ddaaf0d5a8e5f27 Mon Sep 17 00:00:00 2001 From: John Grosh Date: Tue, 29 Mar 2022 13:03:36 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fbb2051..c5cfde7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Download](https://api.bintray.com/packages/jagrosh/maven/JLyrics/images/download.svg)](https://bintray.com/jagrosh/maven/JLyrics/_latestVersion) +[![Download](https://jitpack.io/v/jagrosh/JLyrics.svg)](https://jitpack.io/#jagrosh/JLyrics/master-SNAPSHOT) [![Stars](https://img.shields.io/github/stars/jagrosh/JLyrics.svg)](https://github.com/jagrosh/JLyrics/stargazers) [![License](https://img.shields.io/github/license/jagrosh/JLyrics.svg)](https://github.com/jagrosh/JLyrics/blob/master/LICENSE) [![CodeFactor](https://www.codefactor.io/repository/github/jagrosh/jlyrics/badge)](https://www.codefactor.io/repository/github/jagrosh/jlyrics) @@ -29,16 +29,15 @@ System.out.println(lyrics.getContent()); // As he came into the window ... ## Maven Setup ```xml - central - bintray - http://jcenter.bintray.com + jitpack.io + https://jitpack.io ``` ```xml - com.jagrosh - JLyrics - VERSION + com.github.jagrosh + JLyrics + master-SNAPSHOT ```