We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7281fe7 commit c2efef3Copy full SHA for c2efef3
README.md
@@ -3,10 +3,10 @@
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.
5
6
-## nuget
+## Installation
7
8
-The package is available on [nuget](https://www.nuget.org/packages/Nager.LongWeekend)
9
-```
+The package is available on [NuGet](https://www.nuget.org/packages/Nager.LongWeekend)
+```powershell
10
PM> install-package Nager.LongWeekend
11
```
12
@@ -32,4 +32,4 @@ var availableBridgeDays = 1;
32
33
var longWeekendCalculator = new LongWeekendCalculator(holidays, weekendDays);
34
var longWeekends = longWeekendCalculator.Calculate(availableBridgeDays);
35
+```
0 commit comments