Skip to content

Commit

Permalink
Merge pull request digitalocean#34 from mattva01/mattva01-patch-1
Browse files Browse the repository at this point in the history
Added godo to DropletCreateImage in create example
  • Loading branch information
phillbaker committed Mar 24, 2015
2 parents 4a70bc6 + a033ea3 commit 006aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ createRequest := &godo.DropletCreateRequest{
Name: dropletName,
Region: "nyc3",
Size: "512mb",
Image: DropletCreateImage{
Image: godo.DropletCreateImage{
Slug: "ubuntu-14-04-x64",
},
}
Expand Down

0 comments on commit 006aa44

Please sign in to comment.