From 490b78bb7419a364b6d9d152c16bed9dab500d6d Mon Sep 17 00:00:00 2001 From: tschaffter Date: Tue, 11 May 2021 08:47:43 -0700 Subject: [PATCH] Fix Versioning section in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f0db139..482dbf72 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ The table below describes the schemas tags available. |---------------------------------|--------|------------ | `latest` | Yes | Latest stable release. | `edge` | Yes | Lastest commit made to the default branch. -| `` | Yes | Latest stable release for the Dnsmasq major version ``. -| `.` | Yes | Latest stable release for the Dnsmasq version `.`. -| `..` | Yes | Latest stable release for the Dnsmasq version `..`. +| `` | Yes | Latest stable major release ``. +| `.` | Yes | Latest stable minor release `.`. +| `..` | Yes | Latest stable patch release `..`. | `..-` | No | Same as above with the reference to the git commit. ## Contributing