Browse Source

Typo in NS record type documentation

Ask Bjørn Hansen 12 years ago
parent
commit
d0dd5e93fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -189,7 +189,7 @@ There's an alternate legacy syntax that has space for glue records (IPv4 address
 but in GeoDNS the values in the object are ignored so the list syntax above is
 recommended.
 
-    { "ns1.example.net.": null, "ns2.example.net.": null },
+    { "ns": { "ns1.example.net.": null, "ns2.example.net.": null } }
 
 
 ## License and Copyright