From 3cd29e4e911bfd055b1765e835ad60b5bb0d69d3 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 24 Mar 2025 10:00:54 +0100 Subject: [PATCH] Add release badge to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcf05f8..b7a4b3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CloudflareDNS-java -[![Build and Test](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml) +[![Build and Test](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml) ![GitHub License](https://img.shields.io/github/license/th-schwarz/CloudflareDNS-java) Give it a try ![GitHub Release](https://img.shields.io/github/v/release/th-schwarz/CloudflareDNS-java?include_prereleases) @@ -34,7 +34,7 @@ The following text focuses on the basic methods. For further information take a ### Instantiation of `CfDnsClient` ```java -CfDnsClient client = new CfDnsClient( +CfDnsClient cfDnsClient = new CfDnsClient( "email@example.com", "yourApiKey", "yourApiToken" ); ```