From 75acc06ac70648f77199711fb2681db2271b2fbf Mon Sep 17 00:00:00 2001 From: James Addison Date: Sat, 17 Sep 2022 20:14:01 +0100 Subject: [PATCH] Nitpick: remove potentially-confusing (and arguably-inaccurate) word 'PHP' from context --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 007fd26..ff85c15 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ GROCY_MODE=demo docker-compose up #### Image Versioning -Container images published by this repository currently have a human-readable format that begins with the Grocy PHP application version number and includes an incremental integer suffix to indicate the image-build revision. +Container images published by this repository currently have a human-readable format that begins with the Grocy application version number and includes an incremental integer suffix to indicate the image-build revision. When a container image is published (for example, one tagged as `v3.3.1-6` using this version scheme), a "prefix-only" tag is also attached to the release (`v3.3.1`, to continue the example). This allows users who are comfortable with a version of Grocy to update the surrounding container without having to discover the latest revision number.