diff --git a/README.md b/README.md index 2e0033f..72b3ec4 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ Quarkus [WireMock](https://wiremock.org) extension for tests and local developme ## Compatibility -This Quarkus ``WireMock`` extension provides different version streams. +Currently, this Quarkus extension supports the `LTS` streams of Quarkus only. +However, it's most likely that this extension will work with the latest and greatest version of `Quarkus` as well. | Quarkus WireMock | WireMock | Quarkus Platform | Documentation | |------------------|----------|-------------------|---------------------------------------------------------------------------------------------------------------------| -| 1.x.x | 3.x | 3.8.x (LTS) | [Quarkiverse Docs - Wiremock (dev)](https://quarkiverse.github.io/quarkiverse-docs/quarkus-wiremock/dev/index.html) | +| 1.x.x | 3.x | 3.8.x (LTS) | [Quarkiverse Docs](https://quarkiverse.github.io/quarkiverse-docs/quarkus-wiremock/dev/index.html) | ## 🚀 Quarkus WireMock Extension in Action