From 2ba29b3b6a79fb3ec637e6c9436359e44854f087 Mon Sep 17 00:00:00 2001 From: samet Date: Fri, 10 May 2024 21:07:47 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f0358..a92ba21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # node-genius-lyrics-gui +[![Build](https://github.com/sametcn99/node-genius-lyrics-gui/actions/workflows/main.yml/badge.svg)](https://github.com/sametcn99/node-genius-lyrics-gui/actions/workflows/main.yml) ## ![Screenshot](/public/screenshot.png) This project is an Electron application designed to interact with the Genius Lyrics API, providing a graphical user interface for fetching and writing song lyrics to audio file metadata tags. It leverages modern web technologies including Vue.js for the frontend and Vite as the build tool for a fast development experience. @@ -15,4 +16,4 @@ cd node-genius-lyrics-gui 2. **Install Dependencies**: ``npm install`` 4. **Start the Application**: - ``npm run start`` \ No newline at end of file + ``npm run start``