Skip to content

Commit ede5de2

Browse files
committed
Update README highlighting new functionalities.
1 parent 2b8b980 commit ede5de2

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ Now we are developing a new generation of cron-descriptors using neural-translat
3838
* Print to locale specific human readable format (Chinese, English, German, Greek, Indonesian, Japanese, Korean, Polish, Romanian, Spanish, Swahili, and Turkish are fully supported. Dutch, French, Italian, Portuguese and Russian have basic support).
3939
* Parse and Description process are decoupled: parse once and operate with the result!
4040
* Build cron expressions using CronBuilder:
41-
* no need to remember fields and constraints for each cron provider
41+
* no need to remember fields and constraints for each cron provider.
4242
* crons become decoupled from cron provider: anytime you can export to another format.
43-
* Check if cron expressions are equivalent
43+
* Check if cron expressions are equivalent.
4444
* Squash multiple cron expressions into a single one!
45-
* Validate if cron string expressions match a cron definition
45+
* Validate if cron string expressions match a cron definition.
4646
* Convert crons between different cron definitions: if you need to migrate expressions, CronMapper may help you!
4747
* Pre-defined definitions for the following cron libraries are provided:
4848
* [Unix](http://www.unix.com/man-page/linux/5/crontab/)
4949
* [Cron4j](http://www.sauronsoftware.it/projects/cron4j/)
5050
* [Quartz](http://quartz-scheduler.org/)
5151
* [Spring](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/support/CronExpression.html). We support two definitions: prior to v5.3 and [from v5.3 onwards](https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions).
5252
* Obtain last/next execution time as well as time from last execution/time to next execution.
53-
* Compute the number of executions between two days, and compare crons based on their execution frequencies
53+
* Compute the number of executions between two days, and compare crons based on their execution frequencies.
5454
* Obtain weekdays count between two dates, considering different weekend policies as well as holidays.
5555
* Need to map constants between different cron/time libraries? Use ConstantsMapper.
5656

@@ -201,7 +201,7 @@ java -jar cron-utils-<version>-jar-with-dependencies.jar com.cronutils.cli.CronU
201201
**Contribute & Support!**
202202

203203
Contributions are welcome! You can contribute by
204-
* starring and/or Flattring this repo!
204+
* starring this repo!
205205
* requesting or adding new features. Check our [roadmap](https://github.com/jmrozanec/cron-utils/wiki/Roadmap)!
206206
* enhancing existing code: ex.: provide more accurate description cases
207207
* testing
@@ -214,10 +214,6 @@ Contributions are welcome! You can contribute by
214214

215215
Check [our page](http://cronutils.com)! For stats about the project, you can visit our [OpenHUB profile](https://www.openhub.net/p/cron-utils).
216216

217-
Support us donating once or by subscription through Flattr!
218-
219-
[![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jmrozanec&url=https://github.com/jmrozanec/cron-utils)
220-
221217
**Other cron-utils projects**
222218

223219
You are welcome to visit and use the following cron-utils projects:

0 commit comments

Comments
 (0)