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
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -21,7 +21,6 @@ const buf = dnsPacket.encode({
flags: dnsPacket.RECURSION_DESIRED,
questions: [{
type: 'A',
class: 'IN',
name: 'google.com'
}]
})