Skip to content

Commit

Permalink
Merge pull request #27 from AaronNGray/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
trevoro authored Mar 19, 2018
2 parents 27fe57f + 68db0ae commit 2b1adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b1adaa

Please sign in to comment.