Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Calyhre committed Feb 4, 2016
1 parent 4b40121 commit a331e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ shot = Dribbble::Shot.find(token, 1971500)
params = {
title: 'A new shot',
description: 'Shot description',
image: File.open('/path/to/image.png'),
tags: %w(tag1 tag2),
team_id: 1234,
rebound_source_id: 1234,
rebound_source_id: 1234
}
shot = Dribbble::Shot.create(token, params)
```
Expand Down

0 comments on commit a331e63

Please sign in to comment.