Skip to content

Commit

Permalink
Fix Markdown err
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu authored Mar 31, 2024
1 parent 34c5298 commit fa609ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get the scraped data, go to [`db/`](db/) folder and download as raw.
| `title` | `string` | The title of the anime |
| `mal_id` | `int` | MyAnimeList ID of the anime |
| `trakt_id` | `int` | Trakt ID of the show/movie |
| `guessed_slug` | `string | None` | Guessed slug of the anime, see [comments](#additional-comment) for additional context |
| `guessed_slug` | `string \| null` | Guessed slug of the anime, see [comments](#additional-comment) for additional context |
| `type` | `Enum["shows", "movies"]` | Type of the anime |
| `season` | `int` | Season number of the anime, only for `type == "shows"` |

Expand Down

0 comments on commit fa609ac

Please sign in to comment.