diff --git a/examples/follow.coffee b/examples/follow.coffee index 71fb0be8..4a7fbd4f 100644 --- a/examples/follow.coffee +++ b/examples/follow.coffee @@ -1,12 +1,14 @@ # List following and followers from several accounts users = [ + 'PhantomJS' 'ariyahidayat' 'detronizator' 'KDABQt' 'lfranchi' 'jonleighton' - '_jamesgreene' + '_jamesmgreene' + 'Vitalliumm' ] follow = (user, callback) -> diff --git a/examples/follow.js b/examples/follow.js index 7015f6d2..7d826f72 100644 --- a/examples/follow.js +++ b/examples/follow.js @@ -1,11 +1,13 @@ // List following and followers from several accounts -var users = ['ariyahidayat', +var users = ['PhantomJS', + 'ariyahidayat', 'detronizator', 'KDABQt', 'lfranchi', 'jonleighton', - '_jamesgreene']; + '_jamesmgreene', + 'Vitalliumm']; function follow(user, callback) { var page = require('webpage').create();