Skip to content

Commit

Permalink
update README + image (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-saunders authored Apr 25, 2019
1 parent e0e1783 commit 7896423
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion bin/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
`,
Expand Down
Binary file added docs/images/glicky-example-v0.0.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/glicky-example.png
Binary file not shown.

0 comments on commit 7896423

Please sign in to comment.