diff --git a/README.md b/README.md
index 0f2d1116..ca3083e9 100644
--- a/README.md
+++ b/README.md
@@ -98,8 +98,8 @@ Use any of the following images in your `docker-compose.yml` or `run` command:
| Service | Version | Image Link |
| --- | --- | --- |
-| `Docker Hub` | [![Docker Version][dockerhub-version-ftb-img]][dockerhub-version-ftb-uri] | `aetherinox/thetvapp:latest` |
-| `Github` | [![Github Version][github-version-ftb-img]][github-version-ftb-uri] | `ghcr.io/aetherinox/thetvapp-docker:latest` |
+| `Docker Hub` | [![Docker Version][dockerhub-version-ftb-img]][dockerhub-version-ftb-uri] | `aetherinox/thetvapp:latest` |
+| `Github` | [![Github Version][github-version-ftb-img]][github-version-ftb-uri] | `ghcr.io/aetherinox/thetvapp-docker:latest` |
@@ -365,15 +365,15 @@ The following env variables can be modified before spinning up this container:
| Env Var | Default | Description |
| --- | --- | --- |
-| `PUID` | 1000 | User ID running the container |
-| `PGID` | 1000 | Group ID running the container |
-| `TZ` | Etc/UTC | Timezone |
-| `PORT_HTTP` | 80 | Defines the HTTP port to run on |
-| `PORT_HTTPS` | 443 | Defines the HTTPS port to run on |
-| `CRON_TIME` | 0/60 * * * * | Determines how often the .m3u8 and .xml guide files are updated |
-| `URL_XML` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml | URL to fetch `.xml` file |
-| `URL_XML_GZ` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz | URL to fetch `.xml.gz` file |
-| `URL_M3U` | https://thetvapp-m3u.data-search.workers.dev/playlist | URL to fetch `.m3u8` file |
+| `PUID` | 1000 | User ID running the container |
+| `PGID` | 1000 | Group ID running the container |
+| `TZ` | Etc/UTC | Timezone |
+| `PORT_HTTP` | 80 | Defines the HTTP port to run on |
+| `PORT_HTTPS` | 443 | Defines the HTTPS port to run on |
+| `CRON_TIME` | 0/60 * * * * | Determines how often the .m3u8 and .xml guide files are updated |
+| `URL_XML` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml | URL to fetch `.xml` file |
+| `URL_XML_GZ` | https://raw.githubusercontent.com/dtankdempse/thetvapp-m3u/refs/heads/main/guide/epg.xml.gz | URL to fetch `.xml.gz` file |
+| `URL_M3U` | https://thetvapp-m3u.data-search.workers.dev/playlist | URL to fetch `.m3u8` file |
@@ -392,7 +392,7 @@ The following volumes can be mounted with this container:
| Volume | Description |
| --- | --- |
-| `./thetvapp:/config` | Path which stores downloaded `.m3u8`, `.xml`, nginx configs, and optional SSL certificate/keys |
+| `./thetvapp:/config` | Path which stores downloaded `.m3u8`, `.xml`, nginx configs, and optional SSL certificate/keys |
@@ -401,11 +401,11 @@ By mounting the volume above, you should now have access to the following folder
| Folder | Description |
| --- | --- |
-| `📁 keys` | Responsible for storing your ssl certificate `cert.crt` + key `cert.key` |
-| `📁 log` | All nginx and php logs |
-| `📁 nginx` | Contains `nginx.conf`, `resolver.conf`, `ssl.conf`, `site-confs` |
-| `📁 php` | Contains `php-local.ini`, `www2.conf` |
-| `📁 www` | Folder where downloaded `.m3u8`, `.xml`, and `.xml.gz` will be downloaded to |
+| `📁 keys` | Responsible for storing your ssl certificate `cert.crt` + key `cert.key` |
+| `📁 log` | All nginx and php logs |
+| `📁 nginx` | Contains `nginx.conf`, `resolver.conf`, `ssl.conf`, `site-confs` |
+| `📁 php` | Contains `php-local.ini`, `www2.conf` |
+| `📁 www` | Folder where downloaded `.m3u8`, `.xml`, and `.xml.gz` will be downloaded to |