fix a typo and changed a filename in the README
authorMassimiliano Chinni <m.chinni@gmail.com>
Wed, 15 Jan 2014 23:36:39 +0000 (00:36 +0100)
committerMassimiliano Chinni <m.chinni@gmail.com>
Wed, 15 Jan 2014 23:36:39 +0000 (00:36 +0100)
README.md

index 6998185..f500cf0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,14 +27,14 @@ This command outputs instructions for your BIND installation. The generated key
         secret "bvZ....K5A==";
     };
 
-and saved to a file which is referenced in config.php as "bind.keyfile". In the "zone" entry, you have to add an "update-policy":
+and saved to a file which is referenced in index.php as "bind.keyfile". In the "zone" entry, you have to add an "update-policy":
 
     zone "dyndns.example.com" {
         type master;
         file "db.dyndns.example.com";
         ...
         update-policy {
-            grand ddns-key zonesub ANY;
+            grant ddns-key zonesub ANY;
         }
     }