update template message

This commit is contained in:
Iuri Matias 2018-05-03 17:32:10 -04:00
parent c34192c5f9
commit b1a499cf0e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class TemplateGenerator {
console.log('-> '.green + 'embark blockchain'.bold.cyan + ' or '.green + 'embark simulator'.bold.cyan); console.log('-> '.green + 'embark blockchain'.bold.cyan + ' or '.green + 'embark simulator'.bold.cyan);
console.log('open another console in the same directory and run'.green); console.log('open another console in the same directory and run'.green);
console.log('-> '.green + 'embark run'.bold.cyan); console.log('-> '.green + 'embark run'.bold.cyan);
console.log('For more info go to http://github.com/iurimatias/embark-framework'.green); console.log('For more info go to http://embark.status.im'.green);
} }
} }
} }