Skip to content

Commit

Permalink
Added godo to DropletCreateImage in create example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattva01 committed Mar 23, 2015
1 parent 4a70bc6 commit a033ea3
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 a033ea3

Please sign in to comment.