Skip to content

Commit

Permalink
rename username to login
Browse files Browse the repository at this point in the history
Just hit this when copying the code over to my project. :)
  • Loading branch information
waynn committed Apr 1, 2013
1 parent ef9a042 commit f4ce5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ If you want to configure bitly through an initializer (e.g. `config/initializers

Bitly.configure do |config|
config.api_version = 3
config.username = "Bitly_Username"
config.login = "Bitly_Username"
config.api_key = "API_KEY"
end

Expand Down

0 comments on commit f4ce5d4

Please sign in to comment.