tungd / elixir-dns

DNS library for Elixir
BSD 3-Clause "New" or "Revised" License
114 stars 37 forks source link

Update DNS.resolve example #59

Open stevencorona opened 1 year ago

stevencorona commented 1 year ago

Thanks for writing this library! I was just exploring it for a project and noticed that the resolve example in the README failed on my machine w/ protocol Enumerable not implemented for {"8.8.8.8", 53} of type Tuple. (Elixir 1.14.2 + OTP 25.1.2)

Updated the readme to a working example.