Merge pull request #158 from dan-v/master

Update create droplet example to use latest instance type
This commit is contained in:
Maurício Linhares 2018-03-06 11:14:34 -05:00 committed by GitHub
commit 270ee7db93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ dropletName := "super-cool-droplet"
createRequest := &godo.DropletCreateRequest{
Name: dropletName,
Region: "nyc3",
Size: "512mb",
Size: "s-1vcpu-1gb",
Image: godo.DropletCreateImage{
Slug: "ubuntu-14-04-x64",
},