From af77d8c0f9b6a247d82146e4bc35a9ae44d53210 Mon Sep 17 00:00:00 2001 From: Jean Froment Date: Sun, 6 Mar 2022 23:34:49 +0100 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ad51c9..61ed213 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Note: Plex is also available directly through the `32400` port without going thr - [Docker Compose](https://github.com/docker/compose) >= 2.2 - [local-persist Docker plugin](https://github.com/MatchbookLab/local-persist): installed directly on host (not in container). This is a volume plugin that extends the default local driver’s functionality by allowing you specify a mountpoint anywhere on the host, which enables the files to always persist, even if the volume is removed via `docker volume rm`. Use *systemd* install for Ubuntu. - [jq](https://stedolan.github.io/jq/download/) >= 1.5 -- [yq](https://github.com/mikefarah/yq/releases) > 4 +- [yq](https://github.com/mikefarah/yq/releases) >= 4 ## Set up for the first time