Skip to content

Commit

Permalink
docs: Update README.md with clarification on date format
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Sep 22, 2024
1 parent b0089ea commit e6caab3
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 @@ -418,8 +418,8 @@ getAnimeAboutInfo("steinsgate-3")
| `genres` | string | Genre of the anime, separated by commas. eg: `isekai,shounen` | No | -- |

> [!TIP]
> For both `start_date` and `end_date`, year must be mentioned. If you wanna omit date or month specify `0` instead.
> Eg: omitting date -> 2014-10-0, omitting month -> 2014-0-12, omitting both -> 2014-0-0
>
> For both `start_date` and `end_date`, year must be mentioned. If you wanna omit date or month specify `0` instead. Eg: omitting date -> 2014-10-0, omitting month -> 2014-0-12, omitting both -> 2014-0-0
#### Sample Usage

Expand Down

0 comments on commit e6caab3

Please sign in to comment.