aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2020-03-26 10:24:56 -0400
committerGravatar GitHub <noreply@github.com> 2020-03-26 10:24:56 -0400
commit5cd8472384eb028b56a927d90cecf097c9be45e9 (patch)
treebe5a7fdcaa6e34b7eb758673ac9fb98295297f11 /README.md
parent8584c6ce600afebc8b0b600464cbca85e3bcef99 (diff)
downloadcoredns-5cd8472384eb028b56a927d90cecf097c9be45e9.tar.gz
coredns-5cd8472384eb028b56a927d90cecf097c9be45e9.tar.zst
coredns-5cd8472384eb028b56a927d90cecf097c9be45e9.zip
Fix plugin name in project README (#3683)
* Update README.md Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * fix readme occurances Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10dc9f2ba..ce070fba8 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ Currently CoreDNS is able to:
* Use etcd as a backend (replacing [SkyDNS](https://github.com/skynetservices/skydns)) (*etcd*).
* Use k8s (kubernetes) as a backend (*kubernetes*).
* Serve as a proxy to forward queries to some other (recursive) nameserver (*forward*).
-* Provide metrics (by using Prometheus) (*metrics*).
+* Provide metrics (by using Prometheus) (*prometheus*).
* Provide query (*log*) and error (*errors*) logging.
* Integrate with cloud providers (*route53*).
* Support the CH class: `version.bind` and friends (*chaos*).