diff --git a/README.md b/README.md index a6a16ea..5eb7d84 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ const buf = dnsPacket.encode({ flags: dnsPacket.RECURSION_DESIRED, questions: [{ type: 'A', - class: 'IN', name: 'google.com' }] })