Skip to content

Commit 0a8cea2

Browse files
author
Daniel W
committed
Merge pull request tungd#59 from stevencorona/fix/Authority
2 parents 15fc942 + 1c76906 commit 0a8cea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ iex> DNS.query("google.com")
5454
ra: true, rcode: 0, rd: false, tc: false}, nslist: [],
5555
qdlist: [%DNS.Query{class: :in, domain: 'google.com', type: :a}]}
5656

57-
iex> DNS.resolve("google.com", :a, {"8.8.8.8", 53})
57+
iex> DNS.resolve("google.com", :a, nameservers: [{"8.8.8.8", 53}])
5858
...
5959
```
6060

0 commit comments

Comments
 (0)