Skip to content

Commit

Permalink
Merge pull request #47 from winebarrel/winebarrel-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
winebarrel authored Oct 1, 2023
2 parents 58f654d + 9f45bc2 commit 527c694
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@

Cron expression parser for Amazon EventBridge.

### Try with curl

```sh
$ curl cronplan.in -d '5 0 10 * ? *'
Tue, 10 Oct 2023 00:05:00
Fri, 10 Nov 2023 00:05:00
Sun, 10 Dec 2023 00:05:00
Wed, 10 Jan 2024 00:05:00
Sat, 10 Feb 2024 00:05:00
Sun, 10 Mar 2024 00:05:00
Wed, 10 Apr 2024 00:05:00
Fri, 10 May 2024 00:05:00
Mon, 10 Jun 2024 00:05:00
Wed, 10 Jul 2024 00:05:00
```

## Installation

```sh
Expand Down

0 comments on commit 527c694

Please sign in to comment.