Improved DigitalOcean documentation (#227)

- Grammar fixes
- Formatting improvements
- Changed a completly wrong statement about route53 (should be about DO)
This commit is contained in:
Patrick G 2017-10-11 13:13:31 -04:00 committed by Craig Peterson
parent 60bc15705f
commit 002426ce4d

View file

@ -7,8 +7,7 @@ jsId: DIGITALOCEAN
# DigitalOcean Provider # DigitalOcean Provider
## Configuration ## Configuration
In your credentials file, you must provide your
In your providers config json file you must provide your
[Digitalocean OAuth Token](https://cloud.digitalocean.com/settings/applications) [Digitalocean OAuth Token](https://cloud.digitalocean.com/settings/applications)
{% highlight json %} {% highlight json %}
@ -20,12 +19,10 @@ In your providers config json file you must provide your
{% endhighlight %} {% endhighlight %}
## Metadata ## Metadata
This provider does not recognize any special metadata fields unique to DigitalOcean.
This provider does not recognize any special metadata fields unique to route 53.
## Usage ## Usage
Example Javascript:
Example javascript:
{% highlight js %} {% highlight js %}
var REG_NONE = NewRegistrar('none', 'NONE') var REG_NONE = NewRegistrar('none', 'NONE')
@ -37,5 +34,4 @@ D("example.tld", REG_NONE, DnsProvider(DIGITALOCEAN),
{%endhighlight%} {%endhighlight%}
## Activation ## Activation
[Create OAuth Token](https://cloud.digitalocean.com/settings/applications) [Create OAuth Token](https://cloud.digitalocean.com/settings/applications)