From a825b1cd3b2b4886ca61ec88745abd146ad9a836 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Mon, 13 Jun 2022 16:16:15 -0500 Subject: [PATCH] Add link to API docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb5dd61..a098ad2 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,7 @@ This step is only necessary if you do not use the automatic skip feature. ## Containerless installation If you do not run Jellyfin as a container, you will need to follow the [native installation](docs/native.md) instructions. + +## Documentation + +Documentation about how the API works can be found in [api.md](docs/api.md).