fixed typo in Azure DNS hook description

Michael Jenkins
2017-02-20 11:38:05 -05:00
parent a7e382adce
commit c26ddec2ed

@@ -44,5 +44,5 @@ Here are some examples on how to implement DNS-01 challenge hooks:
- [Memset DNS API (python)](https://github.com/tnwhitwell/letsencrypt-memset-hook) - hook for [MEMSET](https://www.memset.com/)
- [Manual update (bash script)](https://github.com/gheja/dns-01-manual) - hook for updating DNS zone by hand (non-automated way)
- [dnspython-hook (python)](https://github.com/eferdman/dnspython-hook) - uses the [dnspython](http://www.dnspython.org) API
- [Azure DNS (bash script)](https://github.com/jangins101/letsencrypt-azuredns-hook) - uses [Azure CLI](https://docs.microsoft.com/en-us/azure/xplat-cli-install) to manage the DNZ records
- [Azure DNS (bash script)](https://github.com/jangins101/letsencrypt-azuredns-hook) - uses [Azure CLI](https://docs.microsoft.com/en-us/azure/xplat-cli-install) to manage the DNS records
- [Reg.ru DNS (ruby script)](https://github.com/massdest/lets-encrypt-regru/blob/master/lets-encrypt-regru.rb) - uses [REG.API 2 for Ruby](https://github.com/regru/reg_api2-ruby)