Skip to content

Commit 928a32d

Browse files
Changed old-lib name
1 parent 75353ec commit 928a32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/scribe/examples/TwitterExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main(String[] args)
3131
System.out.println("Got the Request Token!");
3232
System.out.println();
3333

34-
System.out.println("Now go and authorize Resin here:");
34+
System.out.println("Now go and authorize Scribe here:");
3535
System.out.println(AUTHORIZE_URL + requestToken.getToken());
3636
System.out.println("And paste the verifier here");
3737
System.out.print(">>");
@@ -55,7 +55,7 @@ public static void main(String[] args)
5555
System.out.println(response.getBody());
5656

5757
System.out.println();
58-
System.out.println("Thats it man! Go and build something awesome with Resin! :)");
58+
System.out.println("Thats it man! Go and build something awesome with Scribe! :)");
5959
}
6060

6161
}

0 commit comments

Comments
 (0)