File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/scribe/examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments