aboutsummaryrefslogtreecommitdiff
path: root/plugin/route53
diff options
context:
space:
mode:
authorGravatar Pat Moroney <pat@pat.email> 2018-01-25 16:17:47 -0700
committerGravatar Miek Gieben <miek@miek.nl> 2018-01-25 23:17:47 +0000
commit4b5fc3002e052cef09267c4944286ca283908b1d (patch)
tree51ed5114ea0571c8980d602825c25c982635c68c /plugin/route53
parentc56fa8dbd3a4935086a771d71253520cf2e8cf34 (diff)
downloadcoredns-4b5fc3002e052cef09267c4944286ca283908b1d.tar.gz
coredns-4b5fc3002e052cef09267c4944286ca283908b1d.tar.zst
coredns-4b5fc3002e052cef09267c4944286ca283908b1d.zip
correct typo from `hosts` to `route53` (#1437)
Diffstat (limited to 'plugin/route53')
-rw-r--r--plugin/route53/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/route53/README.md b/plugin/route53/README.md
index 21bab8be6..a0c2235b9 100644
--- a/plugin/route53/README.md
+++ b/plugin/route53/README.md
@@ -6,7 +6,7 @@
## Description
-The hosts plugin is useful for serving zones from resource record sets in AWS route53.
+The route53 plugin is useful for serving zones from resource record sets in AWS route53.
This plugin only supports A and AAAA records. The route53 plugin can be used when
coredns is deployed on AWS.