From 56379dcf114fc16fd9d5c3a5ed2357eb9b49ba54 Mon Sep 17 00:00:00 2001 From: Seohyun Lee Date: Thu, 9 Dec 2021 17:17:39 +0900 Subject: [PATCH] docs: replace deps badge from david into libraries.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f9fa9c..a1208d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

electron-acrylic-window

[![Build Status](https://github.com/Seo-Rii/electron-acrylic-window/actions/workflows/.github/workflows/windows.yml/badge.svg)](https://github.com/Seo-Rii/electron-acrylic-window/actions/workflows/windows.yml) -[![Dependencies](https://david-dm.org/seo-rii/electron-acrylic-window.svg)](https://david-dm.org/seo-rii/electron-acrylic-window) +![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/electron-acrylic-window) [![npm version](https://badge.fury.io/js/electron-acrylic-window.svg)](https://badge.fury.io/js/electron-acrylic-window) Makes it simple to add the Windows 10 Acrylic effect to Electron applications, by acting as a wrapper for the standard Electron vibrancy feature.