From fc96c642636ee0b57f21613aed2a52eada380be9 Mon Sep 17 00:00:00 2001 From: Jiacheng Xu Date: Wed, 21 Nov 2018 16:44:17 +0100 Subject: [PATCH] Add the missed braces. (#2330) --- plugin/route53/README.md | 5 +++-- 1 file 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 + } } ~~~