We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27fe57f + 68db0ae commit 2b1adaaCopy full SHA for 2b1adaa
README.md
@@ -35,7 +35,7 @@ destroyed. This means you have to create your own lookup mechanism.
35
```javascript
36
var named = require('node-named');
37
38
- var soaRecord = named.SOARecord('example.com', {serial: 201205150000});
+ var soaRecord = new named.SOARecord('example.com', {serial: 201205150000});
39
console.log(soaRecord);
40
```
41
### Supported Record Types
0 commit comments