Fixed bullets inside quote block in README

This commit is contained in:
Mahesh Asolkar 2024-02-04 20:11:09 +00:00
parent 46c0254556
commit 732700b3b6

View File

@ -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
--