Skip to content

Commit 986cf9d

Browse files
authored
Update README.md
1 parent 03316f0 commit 986cf9d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
# Nager.LongWeekend
22

3-
Nager.LongWeekend is an open-source project designed to calculate potential long weekends based on public holidays.
4-
By providing a list of holidays, it determines where extended weekends are possible.
3+
**Nager.LongWeekend** is a lightweight, open-source .NET library that helps you calculate potential long weekends based on public holidays.
4+
By providing a list of holidays and your defined weekend days, the library determines possible extended weekends — including those that can be created with optional bridge days.
55

6-
## Installation
6+
## ✨ Features
7+
- Detects long weekends based on given holiday data.
8+
- Supports custom weekend definitions (not just Saturday/Sunday).
9+
- Considers bridge days to extend weekends.
10+
- Simple API with minimal dependencies.
11+
12+
## 📦 Installation
713

814
The package is available on [NuGet](https://www.nuget.org/packages/Nager.LongWeekend)
915
```powershell
1016
PM> install-package Nager.LongWeekend
1117
```
1218

13-
## Usage Examples
19+
## 🚀 Usage Examples
1420

1521
```cs
1622
var holidays = new HolidayRecord[]

0 commit comments

Comments
 (0)