From c148cb08c2c7bace2e7b316ebcee7d461d69a914 Mon Sep 17 00:00:00 2001 From: danbruno Date: Tue, 21 Feb 2023 20:54:13 -0500 Subject: [PATCH] Fix wording --- calibre/README.md | 2 +- calibre/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre/README.md b/calibre/README.md index 14e364d56..e34ec9e8f 100644 --- a/calibre/README.md +++ b/calibre/README.md @@ -49,7 +49,7 @@ Webui can be found at . Configurations can be done through the app webUI, except for the following options. Please read the upstream container documentation for further info : https://github.com/linuxserver/docker-calibre/blob/35b5e3ae06ba95f666687150ca5fd632b8db9e87/README.md#application-setup -In particular, the webserver and wireless connections needs to be manually enabled from the desktop app to be able to access it, with ports 8081 and 9090 respectively. +In particular, the webserver and wireless connection needs to be manually enabled from the desktop app to be able to access it, using ports 8081 and 9090 respectively. ```yaml PGID: user diff --git a/calibre/config.json b/calibre/config.json index fb7247b73..b49d38ef3 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -72,7 +72,7 @@ "ports_description": { "8080/tcp": "Calibre desktop gui", "8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui", - "9090/tcp": "Calibre wireless connection port, to be enabled within the desktop gui" + "9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui" }, "privileged": [ "SYS_ADMIN",