Explorar o código

Fix README.md for DNS API.

RaidenII %!s(int64=8) %!d(string=hai) anos
pai
achega
333090a967
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dnsapi/README.md

+ 2 - 2
dnsapi/README.md

@@ -524,16 +524,16 @@ For issues, please report to https://github.com/raidenii/acme.sh/issues.
 
 ## 28. Use Name.com API
 
-```
 You'll need to fill out the form at https://www.name.com/reseller/apply to apply
 for API username and token.
-```
 
+```
 export Namecom_Username="testuser"
 export Namecom_Token="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 ```
 
 And now you can issue certs with:
+
 ```
 acme.sh --issue --dns dns_namecom -d example.com -d www.example.com
 ```