diff --git a/README.md b/README.md index 8968226..94b69aa 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ to create a `CronExpression` object once and keep a copy of it for reuse: cronexpr := cronexpression.NewCronExpression("0 0 29 2 *") nextTime := cronexpr.NextTime(time.Now()) -`Use cronexpression.NoMatch(nextTime)` to find out whether a valid time was returned. For exemple, +Use `cronexpression.NoMatch()` to find out whether a valid time was returned. For exemple, cronexpression.NoMatch(cronexpression.NextTimeFromCronString("* * * * * 1980", time.Now()))