Update after.js

This commit is contained in:
Aurélien GEORGET 2018-06-12 14:03:32 +02:00 committed by GitHub
parent ec755fe8c4
commit cc23051e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ module.exports = (scope, cb) => {
logger.info('We are almost there !!!');
logger.info('cd ' + scope.name);
logger.info('strapi start');
logger.info('Open your browser to locahost:1337');
logger.info('Open your browser to http://localhost:1337');
logger.info('Enjoy your strapi project :)');
cb();