From c1c39d9e1750fecc9696d3ed5d04a0e82a546cd6 Mon Sep 17 00:00:00 2001 From: meeb Date: Fri, 18 Dec 2020 12:26:05 +1100 Subject: [PATCH] typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56d8e6f2..10e81268 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TubeSync -**This is a preview release of TubeSync, it may contain the bugs but should be usable** +**This is a preview release of TubeSync, it may contain bugs but should be usable** TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and @@ -124,7 +124,7 @@ Alternatively, for Docker Compose, you can use something like: - /some/directory/tubesync-config:/config - /some/directory/tubesync-downloads:/downloads environment: - - TZ=$TIMEZONE + - TZ=Europe/London - PUID=1000 - PGID=1000 ```