Skip to content

Commit

Permalink
renamed CONSOLE_ to C_
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevvie committed Jun 1, 2016
1 parent 6d39729 commit e095c2c
Show file tree
Hide file tree
Showing 2 changed files with 1,626 additions and 1,626 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ They are 🎉 💩-ers. But their editor is so good.

Now you can use Emojis in your code without your IDE crapping out on you.

Two ways to use it prepended with CONSOLE_ or not:
Two ways to use it prepended with C_ or not:

First use Emoji:

Expand All @@ -15,7 +15,7 @@ now use the emoji class:
`Emoji::FLAG_FOR_NETHERLANDS` to get the Dutch flag 🇳🇱

or if you want to display it in a console command use :
`Emoji::CONSOLE_FLAG_FOR_NETHERLANDS` to get the Dutch flag with a space after it so it shows up properly in the console.
`Emoji::C_FLAG_FOR_NETHERLANDS` to get the Dutch flag with a space after it so it shows up properly in the console.

or maybe you are more of a Unicorn person 🦄:
`Emoji::UNICORN_FACE`
Expand Down
Loading

0 comments on commit e095c2c

Please sign in to comment.