diff --git a/README.md b/README.md index 938ffd0..2987993 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Cloudflare Dynamic DNS Updater `cloudflare_dyndns_update` is a simple tool written in Ruby to update Dynamic DNS entries on Cloudflare. Following APIs are used in this tool: - > https://developers.cloudflare.com/api/operations/dns-records-for-a-zone-list-dns-records - > https://developers.cloudflare.com/api/operations/dns-records-for-a-zone-patch-dns-record + > * https://developers.cloudflare.com/api/operations/dns-records-for-a-zone-list-dns-records + > * https://developers.cloudflare.com/api/operations/dns-records-for-a-zone-patch-dns-record Installation --