From 24b940785418af380e844aa876f9ab75166b71a9 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 26 Jul 2026 12:27:14 +0200 Subject: [PATCH] Clarify version handling in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 736c157..d6da63c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## Preface -This project Spring Boot web service that automatically fetches, manages, and serves Javadoc documentation for Maven artifacts. +This project Spring Boot web service that automatically fetches, manages, and serves Javadoc documentation for Maven artifacts. \ +Currently, only the latest version is taken into account. If you encounter any bugs or find missing features, feel free to report them on the [GitHub Issues page](https://github.com/th-schwarz/JavadocViewerService/issues).