bring readme example in line with other examples

This commit is contained in:
silverwind
2019-01-22 22:51:27 +01:00
parent 75e8f4b0b9
commit 1eafa35beb
-1
View File
@@ -21,7 +21,6 @@ const buf = dnsPacket.encode({
flags: dnsPacket.RECURSION_DESIRED,
questions: [{
type: 'A',
class: 'IN',
name: 'google.com'
}]
})