Skip to content

Commit db75dfd

Browse files
authoredOct 17, 2021
docs: update [skip ci][ci skip]
1 parent 473dbc8 commit db75dfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
[![Donate 50](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square&label=donate+50)](https://www.paypal.me/ji10/50usd)
1111
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Lightweight+fast+and+deps+free+cron+expression+parser+for+Golang&url=https://github.com/adhocore/gronx&hashtags=go,golang,parser,cron,cronexpr,cronparser)
1212

13-
`gronx` is Golang cron expression parser ported from [adhocore/cron-expr](https://github.com/adhocore/php-cron-expr).
13+
`gronx` is Golang cron expression parser ported from [adhocore/cron-expr](https://github.com/adhocore/php-cron-expr) with task runner
14+
and daemon that supports crontab like task list file. Use it programatically in Golang or as standalone binary instead of crond.
1415

1516
- Zero dependency.
1617
- Very **fast** because it bails early in case a segment doesn't match.

0 commit comments

Comments
 (0)
Please sign in to comment.