File tree 1 file changed +3
-3
lines changed
lib/services/livesync/playground
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
45
45
46
46
private printUsage ( ) : void {
47
47
this . $logger . info ( `
48
- -> Press ${ this . underlineBoldCyan ( "a" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "Android" ) }
49
- -> Press ${ this . underlineBoldCyan ( "i" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "iOS" ) }
50
- -> Press ${ this . underlineBoldCyan ( "c" ) } to show the QR code of the ${ this . underlineBoldCyan ( "current application" ) } .
48
+ -> Press ${ this . underlineBoldCyan ( "a" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "Android" ) } on Google Play
49
+ -> Press ${ this . underlineBoldCyan ( "i" ) } to get a link to NativeScript Playground app for ${ this . underlineBoldCyan ( "iOS" ) } on the App Store
50
+ -> Press ${ this . underlineBoldCyan ( "c" ) } to show the QR code of ${ this . underlineBoldCyan ( "your application" ) }
51
51
` ) ;
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments