From c610508611205b8e969463b3fd49ba593041b1e3 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Wed, 14 Oct 2020 18:05:51 -0700 Subject: [PATCH] Update bintray badge in README for supernautapp organization --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a1fbefb..e64d88c 100644 --- a/README.adoc +++ b/README.adoc @@ -9,7 +9,7 @@ v0.0.9 :caution-caption: :fire: :warning-caption: :warning: -image:https://github.com/SupernautApp/SupernautFX/workflows/Gradle%20Build/badge.svg["Build Status", link="https://github.com/SupernautApp/SupernautFX/actions"] image:https://travis-ci.org/SupernautApp/SupernautFX.svg?branch=master["Build Status", link="https://travis-ci.org/SupernautApp/SupernautFX/"] image:https://api.bintray.com/packages/consensusj/maven/supernaut/images/download.svg[link="https://bintray.com/consensusj/maven/supernaut/_latestVersion"] +image:https://github.com/SupernautApp/SupernautFX/workflows/Gradle%20Build/badge.svg["Build Status", link="https://github.com/SupernautApp/SupernautFX/actions"] image:https://travis-ci.org/SupernautApp/SupernautFX.svg?branch=master["Build Status", link="https://travis-ci.org/SupernautApp/SupernautFX/"] image:https://api.bintray.com/packages/supernautapp/maven/supernaut/images/download.svg[link="https://bintray.com/supernautapp/maven/supernaut/_latestVersion"] Supernaut.FX is a lightweight dependency injection framework for JavaFX applications. It is a wrapper around the core dependency injection capability of https://micronaut.io[Micronaut] (provided by the `micronaut-inject-java` JAR.) It enables the use of dependency injection in application, controller, and service objects.