Fix invalid JSON in example

There was an extraneous comma in the example that rendered the JSON invalid.
This commit is contained in:
George Hartzell 2016-02-14 13:11:04 -08:00
parent c7765023aa
commit fc9dee4e0d
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"
},
}
]
}
```