From 6314991eec9b03678a6d80931f9d369cba9cb57f Mon Sep 17 00:00:00 2001 From: Nico <4671653+Niggggggo@users.noreply.github.com> Date: Sun, 8 Dec 2024 04:24:21 +0100 Subject: [PATCH] Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6e1618..dd6ba24a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The following SDKs are generated from the OpenAPI Specification. They are automa ## Project Structure -The main OpenAPI Specification is located in the root directory as [pms-spec.yaml](https://github.com/LukeHagar/plex-api-spec/blob/main/src/pms-spec.yaml). Which references +The main OpenAPI Specification is located in the root directory as [pms-spec.yaml](https://github.com/LukeHagar/plex-api-spec/blob/main/src/pms-spec.yaml), which references the following directories: - [**/paths**](https://github.com/LukeHagar/plex-api-spec/tree/main/paths): The endpoints for the Plex Media Server API. Each endpoint is defined in a separate file. - [**/models**](https://github.com/LukeHagar/plex-api-spec/tree/main/models): The schema models used in the specification.