diff options
author | 2020-03-26 10:24:56 -0400 | |
---|---|---|
committer | 2020-03-26 10:24:56 -0400 | |
commit | 5cd8472384eb028b56a927d90cecf097c9be45e9 (patch) | |
tree | be5a7fdcaa6e34b7eb758673ac9fb98295297f11 /README.md | |
parent | 8584c6ce600afebc8b0b600464cbca85e3bcef99 (diff) | |
download | coredns-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*). |