From 65f3375dea4db1ec3fe7ecc6c6d129252bd89048 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 6 Feb 2023 13:09:34 +0800 Subject: [PATCH] Use proper capitalization --- Readme.md | 2 +- manual_build/Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 146b700..6cd5dad 100644 --- a/Readme.md +++ b/Readme.md @@ -100,7 +100,7 @@ https://github.com/qbittorrent/qBittorrent/issues * A few notes: * Alternatively, you can use `ghcr.io/qbittorrent/docker-qbittorrent-nox:${QBT_VERSION}` for the image path. - * By default the timezone in the container uses the default of alpine linux (which is most likely `UTC`). + * By default the timezone in the container uses the default of Alpine Linux (which is most likely `UTC`). You can set the environment variable `TZ` to your preferred value. * You can change the User ID (UID) and Group ID (GID) of the `qbittorrent-nox` process by setting environment variables `PUID` and `PGID` respectively. By default they are both set to `1000`. \ diff --git a/manual_build/Readme.md b/manual_build/Readme.md index e27015f..bbfc52f 100644 --- a/manual_build/Readme.md +++ b/manual_build/Readme.md @@ -89,7 +89,7 @@ There are some paths involved: ``` * A few notes: - * By default the timezone in the container uses the default of alpine linux (which is most likely `UTC`). + * By default the timezone in the container uses the default of Alpine Linux (which is most likely `UTC`). You can set the environment variable `TZ` to your preferred value. * You can change the User ID (UID) and Group ID (GID) of the `qbittorrent-nox` process by setting environment variables `PUID` and `PGID` respectively. By default they are both set to `1000`. \