Skip to content

Commit 2b1adaa

Browse files
authored
Merge pull request #27 from AaronNGray/patch-1
Update README.md
2 parents 27fe57f + 68db0ae commit 2b1adaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ destroyed. This means you have to create your own lookup mechanism.
3535
```javascript
3636
var named = require('node-named');
3737

38-
var soaRecord = named.SOARecord('example.com', {serial: 201205150000});
38+
var soaRecord = new named.SOARecord('example.com', {serial: 201205150000});
3939
console.log(soaRecord);
4040
```
4141
### Supported Record Types

0 commit comments

Comments
 (0)