Skip to content

Commit

Permalink
Merge pull request #57 from ismasan/fix_readme_merge_example
Browse files Browse the repository at this point in the history
Fix readme merge example
  • Loading branch information
oriolgual committed May 6, 2014
2 parents 8036266 + f082605 commit ff3e85c
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 @@ -16,7 +16,7 @@ Example API client:
```ruby
api = Hyperclient.new('http://myapp.com/api').tap do |api|
api.digest_auth('user', 'password')
api.headers.merge({'accept-encoding' => 'deflate, gzip'})
api.headers.update({'accept-encoding' => 'deflate, gzip'})
end
```

Expand Down

0 comments on commit ff3e85c

Please sign in to comment.