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.
This commit is contained in:
Mark Campbell 2016-04-28 13:25:42 -04:00 committed by Chris Bednarski
parent 7e653370b7
commit 6658ec7ea3
1 changed files with 2 additions and 2 deletions

View File

@ -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