diff --git a/README.md b/README.md index 71b971f0f95..f97395b775a 100644 --- a/README.md +++ b/README.md @@ -792,7 +792,7 @@ var nsRecord = zone.record('ns', { data: 'ns-cloud1.googledomains.com.' }); -zone.addRecords([nsRecord], function(err, change) {}); +zone.addRecords([nsRecord], function(err, change) {}); // Create a zonefile from the records in your zone. zone.export('/zonefile.zone', function(err) {});