We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2c6ad commit a6fbc82Copy full SHA for a6fbc82
1 file changed
README.md
@@ -792,7 +792,7 @@ var nsRecord = zone.record('ns', {
792
data: 'ns-cloud1.googledomains.com.'
793
});
794
795
-zone.addRecords([nsRecord], function(err, change) {});
+zone.addRecords([nsRecord], function(err, change) {});
796
797
// Create a zonefile from the records in your zone.
798
zone.export('/zonefile.zone', function(err) {});
0 commit comments