Skip to content

Commit c2efef3

Browse files
authored
Update README.md
1 parent 7281fe7 commit c2efef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Nager.LongWeekend is an open-source project designed to calculate potential long weekends based on public holidays.
44
By providing a list of holidays, it determines where extended weekends are possible.
55

6-
## nuget
6+
## Installation
77

8-
The package is available on [nuget](https://www.nuget.org/packages/Nager.LongWeekend)
9-
```
8+
The package is available on [NuGet](https://www.nuget.org/packages/Nager.LongWeekend)
9+
```powershell
1010
PM> install-package Nager.LongWeekend
1111
```
1212

@@ -32,4 +32,4 @@ var availableBridgeDays = 1;
3232

3333
var longWeekendCalculator = new LongWeekendCalculator(holidays, weekendDays);
3434
var longWeekends = longWeekendCalculator.Calculate(availableBridgeDays);
35-
```
35+
```

0 commit comments

Comments
 (0)