Skip to content

Commit

Permalink
README: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Frayer authored and b4ldr committed Mar 15, 2024
1 parent e4ca529 commit 60e2668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -88,8 +88,8 @@ unbound::stub { "0.0.10.in-addr.arpa.":
#
# note that conf will be generated in the same order provided.
unbound::stub { "10.0.10.in-addr.arpa.":
address => [ 10.0.0.53', '10.0.0.10@10053'],
namservers => [ 'ns1.example.com', 'ns2.example.com' ],
address => [ '10.0.0.53', '10.0.0.10@10053'],
nameservers => [ 'ns1.example.com', 'ns2.example.com' ],
}
```

Expand Down

0 comments on commit 60e2668

Please sign in to comment.