Skip to content

Commit

Permalink
Merge pull request #265 from Dashboy1998/corrected-generat-to-generator
Browse files Browse the repository at this point in the history
Corrected Generat to Generator
  • Loading branch information
thijsvanloef authored Feb 2, 2024
2 parents fc9ab02 + fc8a750 commit 00ddea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ BACKUP_CRON_EXPRESSION is a cron expression, in a Cron-Expression you define an
> This image uses Supercronic for crons
> see [supercronic](https://github.com/aptible/supercronic#crontab-format)
> or
> [Crontab Generat](https://crontab-generator.org).
> [Crontab Generator](https://crontab-generator.org).
Set BACKUP_CRON_EXPRESSION to change the default schedule.
Example Usage: If BACKUP_CRON_EXPRESSION to `0 2 * * *`, the backup script will run every day at 2:00 AM.
Expand All @@ -286,7 +286,7 @@ AUTO_UPDATE_CRON_EXPRESSION is a cron expression, in a Cron-Expression you defin
> This image uses Supercronic for crons
> see [supercronic](https://github.com/aptible/supercronic#crontab-format)
> or
> [Crontab Generat](https://crontab-generator.org).
> [Crontab Generator](https://crontab-generator.org).
Set AUTO_UPDATE_CRON_EXPRESSION to change the default schedule.

Expand Down

0 comments on commit 00ddea3

Please sign in to comment.