From ac830df6415950554e3a3b5df3b77c46eb985e29 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Fri, 22 Aug 2025 18:32:15 +0100 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=85=20ReadMe=20Formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01b1078..0c105ed 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ This nifty Python script fetches the latest UK bank holidays from the official G ## Features -✅ Fetches real-time bank holiday data from GOV.UK -✅ Calculates days until next holiday (because counting is hard) -✅ Handles edge cases like today being a bank holiday 🎉 -✅ Shows special messages for tomorrow's holidays -✅ No dependencies beyond standard library (except if you want dateutil) +✅ Fetches real-time bank holiday data from GOV.UK +✅ Calculates days until next holiday (because counting is hard) +✅ Handles edge cases like today being a bank holiday 🎉 +✅ Shows special messages for tomorrow's holidays +✅ No dependencies beyond standard library (except if you want dateutil) ### Installation