Skip to content

Commit 8f75af7

Browse files
committed
Update README.md
1 parent ae174bd commit 8f75af7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Release](https://github.com/Cadabra/DateRecurrenceR/actions/workflows/release.yml/badge.svg)](https://github.com/Cadabra/DateRecurrenceR/actions/workflows/release.yml) [![Nuget](https://img.shields.io/nuget/v/DateRecurrenceR?logo=NuGet)](https://www.nuget.org/packages/DateRecurrenceR) [![CodeFactor](https://www.codefactor.io/repository/github/cadabra/daterecurrencer/badge/main)](https://www.codefactor.io/repository/github/cadabra/daterecurrencer/overview/main)
44

5+
_No AI, just math._
6+
57
## Efficient Date Recurrence Library for .NET
68

79
**DateRecurrenceR** is a .NET library designed to handle and manage recurrence date patterns efficiently.
@@ -38,7 +40,7 @@ All these methods return an instance of `IEnumerator<DateOnly>`.
3840
| dayOfMonth | The day of the month. Takes the last day of the month if `dayOfMonth` is more than the days in the month. |
3941
| dayOfYear | The day of the year. |
4042
| weekDays | Days of the week. |
41-
| indexOfDay | Index of dayOfWeek in the month. |
43+
| indexOfDay | Index of `dayOfWeek` in the month. |
4244
| numberOfMonth | The number of the month. |
4345
| firstDayOfWeek | The first day of the week. |
4446

0 commit comments

Comments
 (0)