Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 26, 2022
1 parent 4e07722 commit 12cc992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Trigger functions and/or evaluate cron expressions in JavaScript. No dependencie
* Trigger functions in JavaScript using [Cron](https://en.wikipedia.org/wiki/Cron#CRON_expression) syntax.
* Find first date of next month, find date of next tuesday, etc.
* Pause, resume or stop execution after a task is scheduled.
* Works in Node.js >=4.0 (both require and import).
* Works in Node.js >=6.0 (both require and import).
* Works in Deno >=1.16.
* Works in browsers as standalone, UMD or ES-module.
* **Experimental feature:** Schedule in specific target timezones.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1>Croner</h1>
<li>Trigger functions in JavaScript using <a href="https://en.wikipedia.org/wiki/Cron#CRON_expression">Cron</a> syntax.</li>
<li>Find first date of next month, find date of next tuesday, etc.</li>
<li>Pause, resume or stop execution after a task is scheduled.</li>
<li>Works in Node.js &gt;=4.0 (both require and import).</li>
<li>Works in Node.js &gt;=6.0 (both require and import).</li>
<li>Works in Deno &gt;=1.16.</li>
<li>Works in browsers as standalone, UMD or ES-module.</li>
<li><strong>Experimental feature:</strong> Schedule in specific target timezones.</li>
Expand Down

0 comments on commit 12cc992

Please sign in to comment.