From 72a941712d737cea96164f88e1501aa455e2b8ff Mon Sep 17 00:00:00 2001 From: cmcooper1980 <31871143+cmcooper1980@users.noreply.github.com> Date: Fri, 10 Apr 2026 17:21:23 -0500 Subject: [PATCH] Fix formatting and capitalization in README.md Corrected formatting and capitalization in README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7b788..21f6de8 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ curl "https://dockge.kuma.pet/compose.yaml?port=5001&stacksPath=/opt/stacks" --o - port=`5001` - stacksPath=`/opt/stacks` -ALSO, once compose is generated/downloaded, add the `PUID` and `PGID` section below to your compose `environment:` section to set stack ownership, otherwise default is `root` +Also, once compose is generated/downloaded, add the `PUID` and `PGID` section below to your compose `environment:` section to set stack ownership, otherwise default is `root` ``` # Both PUID and PGID must be set for it to do anything @@ -92,7 +92,8 @@ ALSO, once compose is generated/downloaded, add the `PUID` and `PGID` section be Interactive compose.yaml generator is available on: https://dockge.kuma.pet -##OR copy and paste your compose from the following: +### -OR- +Copy and paste your compose from the following: If you want to store your stacks in another directory, you can change the `DOCKGE_STACKS_DIR` environment variable and volumes.