diff options
author | 2018-11-21 16:44:17 +0100 | |
---|---|---|
committer | 2018-11-21 07:44:17 -0800 | |
commit | fc96c642636ee0b57f21613aed2a52eada380be9 (patch) | |
tree | 071176d67e88bf14102b5c8b9ca2d48cb98d6015 /plugin | |
parent | 9d41fa663c956e0654abc66fed4d0e72a252d204 (diff) | |
download | coredns-fc96c642636ee0b57f21613aed2a52eada380be9.tar.gz coredns-fc96c642636ee0b57f21613aed2a52eada380be9.tar.zst coredns-fc96c642636ee0b57f21613aed2a52eada380be9.zip |
Add the missed braces. (#2330)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/route53/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md index 1617b23fd..94fe45c81 100644 --- a/plugin/route53/README.md +++ b/plugin/route53/README.md @@ -49,8 +49,9 @@ Enable route53 with implicit AWS credentials and an upstream: ~~~ txt . { - route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 - upstream 10.0.0.1 + route53 example.org.:Z1Z2Z3Z4DZ5Z6Z7 { + upstream 10.0.0.1 + } } ~~~ |