From 732700b3b6f43f9e93336d76c5d3d2d3ed0ce3d0 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 4 Feb 2024 20:11:09 +0000 Subject: [PATCH] Fixed bullets inside quote block in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 --