Skip to content

Commit 60e2668

Browse files
Pierre Frayerb4ldr
authored andcommitted
README: fix typos
1 parent e4ca529 commit 60e2668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ unbound::stub { "0.0.10.in-addr.arpa.":
8888
#
8989
# note that conf will be generated in the same order provided.
9090
unbound::stub { "10.0.10.in-addr.arpa.":
91-
address => [ 10.0.0.53', '10.0.0.10@10053'],
92-
namservers => [ 'ns1.example.com', 'ns2.example.com' ],
91+
address => [ '10.0.0.53', '10.0.0.10@10053'],
92+
nameservers => [ 'ns1.example.com', 'ns2.example.com' ],
9393
}
9494
```
9595

0 commit comments

Comments
 (0)