HangfireIO / Cronos

A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
MIT License
1.01k stars 120 forks source link

Update README.md #29

Closed GGJason closed 4 years ago

GGJason commented 4 years ago

Fix typo in README.md

The return value of GetOccurrences should be 'IEnumerable' type, not 'DateTime?'

odinserj commented 4 years ago

Thanks @GGJason!