Add release badge to README
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# CloudflareDNS-java
|
||||
|
||||
[](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml)
|
||||
[](https://github.com/th-schwarz/CloudflareDNS-java/actions/workflows/build-and-test.yml) 
|
||||
|
||||
Give it a try 
|
||||
|
||||
@@ -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"
|
||||
);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user