From 4eb923ebeebec8df559e2d8d012ace6c1dfef1d9 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 30 Mar 2025 12:56:15 +0200 Subject: [PATCH] Update README.md Signed-off-by: Thilo Schwarz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa06ffd..60b4332 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Give it a try! [![GitHub release (latest by date including pre-releases)](https: ## Preface -This project provides a java client for minimalistic access to the Cloudflare API, which is mainly used for managing DNS settings such as creating, updating and deleting DnNS records. Supported types are A, CNAME, MX, TXT and more. +This project provides an java client for minimalistic access to the Cloudflare API, which is mainly used for managing DNS settings such as creating, updating and deleting DNS records. Supported types are A, CNAME, MX, TXT and more. If you encounter any bugs or find missing features, feel free to report them on the [GitHub Issues page](https://github.com/th-schwarz/CloudflareDNS-java/issues).