Skip to content

Commit

Permalink
Merge pull request #11 from JoeAnzalone/patch-1
Browse files Browse the repository at this point in the history
Remove stray colon in client constructor example
  • Loading branch information
Zachery Moneypenny committed May 3, 2013
2 parents f6527d6 + dc25ec6 commit 621bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fitgem/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Client
# :consumer_key => my_key,
# :consumer_secret => my_secret,
# :token => fitbit_oauth_token,
# :secret => :fitbit_oauth_secret,
# :secret => fitbit_oauth_secret,
# :unit_system => Fitgem::ApiUnitSystem.METRIC
# }
attr_accessor :api_unit_system
Expand Down

0 comments on commit 621bab1

Please sign in to comment.