From 824bcf060dbf7897e30a83401d3d192a25d273f8 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Wed, 8 Jul 2026 19:24:54 +0200 Subject: [PATCH] add javadoc badge to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cecbd0..8407156 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ The API provides two styles for working with DNS records: 2. **Fluent API**: Chainable method calls for more readable code The following text focuses on the basic methods. For further information, take a look at -the [javadoc of the CfDnsClient](https://javadoc.mein-gateway.de/CloudflareDNS-java/index.html). +the \ +[![javadoc](https://javadoc.mein-gateway.de/badge/CloudflareDNS-java)](https://javadoc.mein-gateway.de/CloudflareDNS-java/index.html) ### Instantiation of `CfDnsClient`