From cb4e7522cb4f60b0a7fd05165b7103211bc050f8 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 16 May 2020 13:27:07 +0200 Subject: [PATCH] Updated - Readme formatting --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c505988..929e57d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ const allRecords = dnsRecords.getAllRecords('x.com') - [`dnsRecords.getNameServers(domain)`](#detailed-ns-records) - Get detailed info about domain's Name servers - [`dnsRecords.getAllRecords(hostname)`](#all-dns-records) - Get ALL DNS records for a domain -**DNS Records by type** +#### DNS Records by type `dnsRecords.getDnsRecords(names, types, ns): Promise` @@ -77,7 +77,8 @@ Returns a promise which resolves with an `Array` of records found: ``` -**Detailed NS records** - requires `time` command! +#### Detailed NS records +> Requires `time` command! `dnsRecords.getNameServers(domain): Promise` @@ -116,7 +117,7 @@ Returns a promise which resolves with an `Array` of NS info: ``` -**All DNS records** +#### All DNS records `dnsRecords.getAllRecords(domain): Promise>`