Skip to content

Commit

Permalink
Reword symbols as hash keys doc slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
amro committed Dec 24, 2016
1 parent 73aa0df commit f89ae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -70,7 +70,7 @@ gibbon = Gibbon::Request.new

***Note*** Substitute an underscore if a resource name contains a hyphen.

You can use symbols as hash keys in api responses by passing `symbolize_keys: true`.
Pass `symbolize_keys: true` to use symbols (instead of strings) as hash keys in API responses.

```ruby
gibbon = Gibbon::Request.new(api_key: "your_api_key", symbolize_keys: true)
Expand Down

0 comments on commit f89ae6f

Please sign in to comment.