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
974 stars 114 forks source link

Update README.md #29

Closed GGJason closed 3 years ago

GGJason commented 3 years ago

Fix typo in README.md

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

odinserj commented 3 years ago

Thanks @GGJason!