Skip to content

Commit

Permalink
Merge pull request rubymotion-community#2 from semaperepelitsa/patch-1
Browse files Browse the repository at this point in the history
Add missing closing bracket.
  • Loading branch information
mattetti committed May 5, 2012
2 parents 3303fed + 8011a35 commit 0eb225d
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 @@ -23,7 +23,7 @@ end

```ruby
data = {first_name: 'Matt', last_name: 'Aimonetti'}
BubbleWrap::HTTP.post("http://foo.bar.com/", {payload: data} do |response|
BubbleWrap::HTTP.post("http://foo.bar.com/", {payload: data}) do |response|
if response.ok?
json = BubbleWrap::JSON.parse(response.body.to_str)
p json['id']
Expand Down

0 comments on commit 0eb225d

Please sign in to comment.