fix(core): update

This commit is contained in:
Philipp Kunz 2020-02-15 16:46:46 +00:00
parent 5925c882c8
commit 66f817cdf8

View File

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