From 66f817cdf837f187f496291092bc76fed90aba7c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 15 Feb 2020 16:46:46 +0000 Subject: [PATCH] fix(core): update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e994477..8019849 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ Use TypeScript for best in class instellisense. ```typescript const mySmartDns = new smartdns.SmartDns(); // uses Google DNS Https API -const demoRecord = mySmartDns.getRecord('example.com', 'AAAA'); // returns promise +const demoRecord = await mySmartDns.getRecord('example.com', 'AAAA'); // returns promise /* demoRecord looks like this: {