From dd9e3312714d7ee2582ea7cbb5c01db56231230a Mon Sep 17 00:00:00 2001 From: mz101 <64784470+mz101@users.noreply.github.com> Date: Fri, 15 May 2026 10:18:48 +0200 Subject: [PATCH] Fix description length --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c35c0d7..c755e588 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ API | Description | Auth | HTTPS | CORS | | [Non-Working Days](https://isdayoff.ru) | Simple REST API for checking working, non-working or short days for Russia, CIS, USA and other | No | Yes | Yes | | [Public Holidays](https://www.abstractapi.com/holidays-api) | Data on national, regional, and religious holidays via API | `apiKey` | Yes | Yes | | [Russian Calendar](https://github.com/egno/work-calendar) | Check if a date is a Russian holiday or not | No | Yes | No | -| [The Calendar](https://the-calendar.net/api/) | Holidays (US federal, 50 states, 30 countries), sports schedules, and finance calendars as static JSON | No | Yes | Yes | +| [The Calendar](https://the-calendar.net/api/) | Public holidays for US states and 30 countries plus sports and finance calendars as static JSON | No | Yes | Yes | | [UK Bank Holidays](https://www.gov.uk/bank-holidays.json) | Bank holidays in England and Wales, Scotland and Northern Ireland | No | Yes | Unknown | **[⬆ Back to Index](#index)**