We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15fc942 + 1c76906 commit 0a8cea2Copy full SHA for 0a8cea2
1 file changed
README.md
@@ -54,7 +54,7 @@ iex> DNS.query("google.com")
54
ra: true, rcode: 0, rd: false, tc: false}, nslist: [],
55
qdlist: [%DNS.Query{class: :in, domain: 'google.com', type: :a}]}
56
57
-iex> DNS.resolve("google.com", :a, {"8.8.8.8", 53})
+iex> DNS.resolve("google.com", :a, nameservers: [{"8.8.8.8", 53}])
58
...
59
```
60
0 commit comments