From f4ce5d4d94e087865df24c7df0d2efac8fb13af5 Mon Sep 17 00:00:00 2001 From: Waynn Lue Date: Mon, 1 Apr 2013 15:51:37 -0700 Subject: [PATCH] rename username to login Just hit this when copying the code over to my project. :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a79354..5a79d50 100644 --- a/README.md +++ b/README.md @@ -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