1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Improve DNSimple documentation (#221) (#228)

- Grammar improvements
- Markdown formatting improvements
This commit is contained in:
Patrick G
2017-10-11 13:13:12 -04:00
committed by Craig Peterson
parent 208eeaac6f
commit 60bc15705f

View File

@ -6,8 +6,7 @@ jsId: DNSIMPLE
---
# DNSimple Provider
## Configuration
In your providers config json file you must provide a DNSimple account access token:
In your providers credentials file you must provide a DNSimple account access token:
{% highlight json %}
{
@ -18,12 +17,10 @@ In your providers config json file you must provide a DNSimple account access to
{% endhighlight %}
## Metadata
This provider does not recognize any special metadata fields unique to DNSimple.
## Usage
Example javascript:
Example Javascript:
{% highlight js %}
var REG_DNSIMPLE = NewRegistrar("dnsimple", "DNSIMPLE");
@ -35,5 +32,4 @@ D("example.tld", REG_DNSIMPLE, DnsProvider(DNSIMPLE),
{% endhighlight %}
## Activation
DNSControl depends on a DNSimple account access token.
DNSControl depends on a DNSimple account access token.