Merge pull request #3201 from hartzell/patch-1

Fix invalid JSON in example
This commit is contained in:
Chris Bednarski 2016-02-14 19:08:44 -08:00
commit 14b7019ace
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ DigitalOcean. Replace the mock `api_token` value with your own.
"api_token": "6a561151587389c7cf8faa2d83e94150a4202da0e2bad34dd2bf236018ffaeeb",
"image": "ubuntu-14-04-x64",
"region": "sfo1"
},
}
]
}
```