aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitly.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitly.js b/bitly.js
index c78eda7..e0574c1 100644
--- a/bitly.js
+++ b/bitly.js
@@ -77,6 +77,7 @@ let PLUGIN_INFO =
}
function setupAuth (callback) {
+ liberator.open('http://bit.ly/a/your_api_key', liberator.NEW_TAB);
commandline.input(
'Login name for bit.ly: ',
function (username) {