From 68db0aeadaac81445a0605711c88dbb4ffd53639 Mon Sep 17 00:00:00 2001 From: Aaron Gray Date: Mon, 31 Jul 2017 02:41:36 +0100 Subject: [PATCH] Update README.md added a 'new'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ffec1..3fe2fde 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ destroyed. This means you have to create your own lookup mechanism. ```javascript var named = require('node-named'); - var soaRecord = named.SOARecord('example.com', {serial: 201205150000}); + var soaRecord = new named.SOARecord('example.com', {serial: 201205150000}); console.log(soaRecord); ``` ### Supported Record Types