Skip to content

Commit

Permalink
update screenshot and usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 17, 2016
1 parent 9af3fb1 commit a5957de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '5'
- '6'
- '4'
- '0.12'
- '0.10'
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ const yosay = require('yosay');
console.log(yosay('Hello, and welcome to my fantastic generator full of whimsy and bubble gum!'));

/*
_-----_
| | ╭──────────────────────────╮
|--(o)--| │ Hello, and welcome to my
`---------´ │ fantastic generator full
( _´U`_ ) │ of whimsy and bubble
/___A___\ │ gum! │
| ~ | ╰──────────────────────────╯
_-----_ ╭──────────────────────────╮
| | │ Hello, and welcome to my │
|--(o)--| │ fantastic generator full
`---------´ │ of whimsy and bubble
( _´U`_ ) │ gum!
/___A___\ /╰──────────────────────────╯
| ~ |
__'.___.'__
´ ` |° ´ Y `
*/
Expand All @@ -55,11 +55,11 @@ $ yosay --help
yosay 'Sindre is a horse'
_-----_
| | ╭──────────────────────────╮
|--(o)--| │ Sindre is a horse │
`---------´ ╰──────────────────────────╯
( _´U`_ )
/___A___\
| |
|--(o)--| ╭──────────────────────────╮
`---------´ │ Sindre is a horse │
( _´U`_ ) ╰──────────────────────────╯
/___A___\ /
| ~ |
__'.___.'__
´ ` |° ´ Y `
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5957de

Please sign in to comment.