From 10437f82ae65d043875120e5391ca6e401625769 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 22 Dec 2025 18:22:08 +0100 Subject: [PATCH] Update README.md badges and remove Stable Release section . Updated badges in README.md for npm version and GitHub version by using `shields.io` for the badges, because it has a more open license (uses `CC0-1.0`) than `nodei.co` and offers labels, which `nodei.co` does not support - Removed the Stable Release section again, the badge is now shown directly underneath the main title --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc7acd7d..76a94b5c 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,10 @@ # --> -# Cordova Android ![GitHub package.json version](https://img.shields.io/github/package-json/v/apache/cordova-android) +# Cordova Android +[![npm - Latest](https://img.shields.io/npm/v/cordova-android/latest?label=Latest%20Release%20(npm))](https://npmjs.com/package/cordova-android) +[![GitHub](https://img.shields.io/github/package-json/v/apache/cordova-android?label=Development%20(Git))](https://github.com/apache/cordova-android) [![Node CI](https://github.com/apache/cordova-android/workflows/Node%20CI/badge.svg?branch=master)](https://github.com/apache/cordova-android/actions?query=branch%3Amaster) [![codecov.io](https://codecov.io/github/apache/cordova-android/coverage.svg?branch=master)](https://codecov.io/github/apache/cordova-android?branch=master) @@ -28,9 +30,6 @@ Cordova Android is an Android application library that allows for Cordova-based [Apache Cordova](https://cordova.apache.org/) is a project of [The Apache Software Foundation (ASF)](https://apache.org/). -## Stable Release -![npm version](https://img.shields.io/npm/v/cordova-android.svg) - ## Requirements * Java Development Kit (JDK) 17