diff --git a/README.md b/README.md index b5c8b27..fb4c4e0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### The in-browser task runner for modern web development -![Glicky in the wild](https://github.com/alex-saunders/glicky/raw/master/docs/images/glicky-example.png) +![Glicky in the wild](https://github.com/alex-saunders/glicky/raw/master/docs/images/glicky-example-v0.0.2.png) Getting into modern web development as a beginner is _**hard**_. Along with learning HTML, CSS, JavaScript and Node.js (the list goes on), developers these days have to learn a whole host of extra skills to get up and running in a modern stack. diff --git a/bin/utils.js b/bin/utils.js index 31b7fc3..dec018e 100644 --- a/bin/utils.js +++ b/bin/utils.js @@ -65,7 +65,7 @@ async function getFreePort(preferredPort = 5000) { function printSuccessMessage(port) { const box = boxen( - `${chalk.green('Glicky is now running!')}\n + `${chalk.green('✨ Glicky is now running! ✨ \b\b')}\n ${chalk.bold('Local:')} http://localhost:${port} ${chalk.bold('On your network:')} http://${ip.address()}:${port} `, diff --git a/docs/images/glicky-example-v0.0.2.png b/docs/images/glicky-example-v0.0.2.png new file mode 100644 index 0000000..5a4504f Binary files /dev/null and b/docs/images/glicky-example-v0.0.2.png differ diff --git a/docs/images/glicky-example.png b/docs/images/glicky-example.png deleted file mode 100644 index b59ebc0..0000000 Binary files a/docs/images/glicky-example.png and /dev/null differ