aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWBRK-dev <[email protected]>2024-04-28 10:32:51 +0200
committerWBRK-dev <[email protected]>2024-04-28 10:32:51 +0200
commit0a291ad659aa9095fa443cfd55b094b2036920da (patch)
treeb2a5a3b0e136f8e7ad1f50c59f02406c56659c7d
parentffebb03bc9a0f362e44603c6f71a276567d08c30 (diff)
downloadaniwatch-api-0a291ad659aa9095fa443cfd55b094b2036920da.tar.xz
aniwatch-api-0a291ad659aa9095fa443cfd55b094b2036920da.zip
fix: fixed table spacing
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9a32c5b..0c58fc2 100644
--- a/README.md
+++ b/README.md
@@ -925,10 +925,10 @@ https://api-aniwatch.onrender.com/anime/episode-srcs?id={episodeId}&server={serv
#### Query Parameters
-| Parameter | Type | Description | Required? | Default |
-| :--------: | :----: | :-------------------------------------------: | :-------: | :--------------: |
-| `id` | string | The id of the episode. | Yes | -- |
-| `server` | string | The name of the server. | No | `"vidstreaming"` |
+| Parameter | Type | Description | Required? | Default |
+| :--------: | :----: | :--------------------------------------------------: | :-------: | :--------------: |
+| `id` | string | The id of the episode. | Yes | -- |
+| `server` | string | The name of the server. | No | `"vidstreaming"` |
| `category` | string | The category of the episode ('sub', 'dub' or 'raw'). | No | `"sub"` |
#### Request sample