Skip to content

Commit 490b78b

Browse files
committed
Fix Versioning section in README
1 parent 0830020 commit 490b78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ The table below describes the schemas tags available.
7676
|---------------------------------|--------|------------
7777
| `latest` | Yes | Latest stable release.
7878
| `edge` | Yes | Lastest commit made to the default branch.
79-
| `<major>` | Yes | Latest stable release for the Dnsmasq major version `<major>`.
80-
| `<major>.<minor>` | Yes | Latest stable release for the Dnsmasq version `<major>.<minor>`.
81-
| `<major>.<minor>.<patch>` | Yes | Latest stable release for the Dnsmasq version `<major>.<minor>.<patch>`.
79+
| `<major>` | Yes | Latest stable major release `<major>`.
80+
| `<major>.<minor>` | Yes | Latest stable minor release `<major>.<minor>`.
81+
| `<major>.<minor>.<patch>` | Yes | Latest stable patch release `<major>.<minor>.<patch>`.
8282
| `<major>.<minor>.<patch>-<sha>` | No | Same as above with the reference to the git commit.
8383

8484
## Contributing

0 commit comments

Comments
 (0)