Skip to content

Commit

Permalink
Merge pull request #2 from chncdcksn/fix-documentation
Browse files Browse the repository at this point in the history
Corrected documentation
  • Loading branch information
phillbaker authored Jun 15, 2016
2 parents 6e340c6 + 2163d94 commit 2a0b6f5
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 @@ -268,7 +268,7 @@ client.droplets
* `client.droplets.get(droplet.id, [callback])`
* `client.droplets.create(attributes, [callback])`
* `client.droplets.delete(droplet.id, [callback])`
* `client.droplets.deleteByTagName(tag.name, [callback])`
* `client.droplets.deleteByTag(tag.name, [callback])`
* `client.droplets.kernels(droplet.id, [page, perPage,] [callback])`
* `client.droplets.kernels(droplet.id, [queryObject] [callback])`
* `client.droplets.snapshots(droplet.id, [page, perPage,] [callback])`
Expand Down

0 comments on commit 2a0b6f5

Please sign in to comment.