diff options
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 + } } ~~~ |