From 0c367217a68a1813201493c2ae950a665250baee Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sun, 30 Mar 2025 17:38:47 +0200 Subject: [PATCH] Update README for clarity and improve wording consistency Made minor changes to enhance readability and consistency in phrasing within the README file. Adjusted descriptions to make them more concise and user-friendly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60b4332..fd82dcd 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 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. +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 DNS records. 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). @@ -33,7 +33,7 @@ BETA ## Get It -The project has its own maven repository. To use it the repository must be added to the `pom.xml`: +The project has its own maven repository. It can be added to the `pom.xml`: ```xml @@ -45,7 +45,7 @@ The project has its own maven repository. To use it the repository must be added ``` -At next the dependency must be added: +The dependency is: ```xml codes.thischwa