From 4906440f13948dec5cb562679ed56308bd751281 Mon Sep 17 00:00:00 2001 From: Gepser Hoil Date: Sun, 25 Sep 2016 17:22:13 -0600 Subject: [PATCH] Fixing broken link and fixing the readme for the digitalocean example --- examples/digitalocean/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/digitalocean/README.md b/examples/digitalocean/README.md index 11cce5762..e3a3d5181 100644 --- a/examples/digitalocean/README.md +++ b/examples/digitalocean/README.md @@ -1,13 +1,13 @@ -# Digital Ocean Droplet launch and setting the Domain records at Digital ocean. +# Digital Ocean Droplet launch and setting the Domain records at Digital Ocean. -The example launches a Ubuntu 14.04, runs apt-get update and installs nginx. Also demostrates how to create DNS records under Domains at DigitalOcean. +The example launches an Ubuntu 14.04, runs apt-get update and installs nginx. Also demonstrates how to create DNS records under Domains at DigitalOcean. -To run, configure your Digital Ocean provider as described in https://www.terraform.io/docs/providers/digitalocean/index.html +To run, configure your Digital Ocean provider as described in https://www.terraform.io/docs/providers/do/index.html ## Prerequisites You need to export you DigitalOcean API Token as an environment variable -export DIGITALOCEAN_TOKEN="Put Your Token Here" + export DIGITALOCEAN_TOKEN="Put Your Token Here" ## Run this example using: