From b84a1fe1f3ff56957f72d6dc6102719d505ccdef Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:13:27 +0100 Subject: [PATCH] fix typos --- docs/pmm/install/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pmm/install/overview.md b/docs/pmm/install/overview.md index d7ea6e32..b661db06 100644 --- a/docs/pmm/install/overview.md +++ b/docs/pmm/install/overview.md @@ -13,7 +13,7 @@ If you have some specific reason to avoid Docker, or you prefer running it as a ## Where to install Plex Meta Manager -Plex Meta Manager communicates with all services [Plex, Radarr, Trakt, etc] via their network APIs, so Plex Meta Manager does *not* have to be installed on the samne machine as Plex. Plex Meta Manager does not require [nor would it use] access to the filesystem behind your Plex libraries. +Plex Meta Manager communicates with all services [Plex, Radarr, Trakt, etc] via their network APIs, so Plex Meta Manager does *not* have to be installed on the same machine as Plex. Plex Meta Manager does not require [nor would it use] access to the filesystem behind your Plex libraries. Perhaps your Plex server is remote and you want to run Plex Meta Manager on a machine in your home. That's fine. The relative locations of Plex Meta Manager and Plex have no effect on the installation [except perhaps the URL you would use in the config]. @@ -111,7 +111,7 @@ A `Dockerfile` is included within the GitHub repository for those who require it ## Customizing the docker-compose file with runtime flags and ENV vars -Plex Meta Manager's behavior can be modified in a variety of ways using either runtime flags or environnment variables. These flags and vars are detailed [here](../environmental.md). +Plex Meta Manager's behavior can be modified in a variety of ways using either runtime flags or environment variables. These flags and vars are detailed [here](../environmental.md). This is optional, and is not necessary to run PMM. Many if not most users will have no reason to do this and can use something more like the basic docker-compose just above.