From ba0a93d0df8e727dae9775b2be7437d939e55f3f Mon Sep 17 00:00:00 2001 From: tomasv Date: Wed, 6 Mar 2024 20:07:13 +1100 Subject: [PATCH] Update README.md Minor badge change. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fbc5fb3f..48ab27a89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![LICENSE](https://img.shields.io/badge/LICENSE-MIT-green?style=flat) -![RELEASE](https://img.shields.io/github/release/tomasvana10/crossword_puzzle?style=flat) -[![ISSUES](https://img.shields.io/github/issues-raw/tomasvana10/crossword_puzzle.svg?maxAge=25000)](https://github.com/tomasvana10/crossword_puzzle/issues) +![licence](https://img.shields.io/badge/licence-MIT-green?style=flat?logo=licence) +![release)](https://img.shields.io/github/v/release/tomasvana10/crossword_puzzle?logo=github) +[![issues](https://img.shields.io/github/issues-raw/tomasvana10/crossword_puzzle.svg?maxAge=25000)](https://github.com/tomasvana10/crossword_puzzle/issues) # crossword_puzzle A GUI application built with `CustomTkinter` that allows you to select, configure and generate a crossword to view, interact with and complete in a `Flask` web application.