From 6658ec7ea37935a15ed8e8d3c99aaea1bd6d8e24 Mon Sep 17 00:00:00 2001 From: Mark Campbell Date: Thu, 28 Apr 2016 13:25:42 -0400 Subject: [PATCH] Fix extra backslash in front of dollar signs in website documentation (#3479) The dollar signs do not need to be escaped. The backslashes show up on the website right now. This commit makes it so that they do not show up on the website. --- website/source/intro/getting-started/parallel-builds.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/parallel-builds.html.md b/website/source/intro/getting-started/parallel-builds.html.md index 72c4ef6d9..54bfcd75a 100644 --- a/website/source/intro/getting-started/parallel-builds.html.md +++ b/website/source/intro/getting-started/parallel-builds.html.md @@ -45,10 +45,10 @@ this example. In order to do this, you'll need an account with DigitalOcean. [Sign up for an account now](https://www.digitalocean.com/). It is free to sign up. Because the -"droplets" (servers) are charged hourly, you *will* be charged \$0.01 for every +"droplets" (servers) are charged hourly, you *will* be charged $0.01 for every image you create with Packer. If you're not okay with this, just follow along. -!> **Warning!** You *will* be charged \$0.01 by DigitalOcean per image +!> **Warning!** You *will* be charged $0.01 by DigitalOcean per image created with Packer because of the time the "droplet" is running. Once you sign up for an account, grab your API token from the [DigitalOcean API