Skip to content

Commit

Permalink
chore: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Mar 7, 2023
1 parent c559975 commit 76d8e94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ Thanks to the authors of [dohdec](https://github.com/hildjj/dohdec), [dns-packet
* `resolveNs``queryNs`
* `resolveNs``queryNs`
* `resolveTxt``queryTxt`
* `resolveTsla``queryTsla`
* `resolveSrv``querySrv`
* `resolvePtr``queryPtr`
* `resolveNaptr``queryNaptr`
Expand Down Expand Up @@ -294,7 +293,7 @@ This mirrors output from <https://github.com/rthalley/dnspython>.

### `tangerine.resolveTlsa(hostname, [, options, abortController]))`

This method was added for DANE and TSLA support. See this [excellent article](https://www.mailhardener.com/kb/dane), [index.js](https://github.com/forwardemail/tangerine/blob/main/index.js), and <https://github.com/nodejs/node/issues/39569> for more insight.
This method was added for DANE and TLSA support. See this [excellent article](https://www.mailhardener.com/kb/dane), [index.js](https://github.com/forwardemail/tangerine/blob/main/index.js), and <https://github.com/nodejs/node/issues/39569> for more insight.

This function returns a Promise that resolves with an Array with parsed values from results:

Expand Down

0 comments on commit 76d8e94

Please sign in to comment.