Skip to content

Commit

Permalink
Correct a typo in einfon, ewarnn, eerrorn code example
Browse files Browse the repository at this point in the history
  • Loading branch information
VoldemarLeGrand committed Nov 2, 2015
1 parent 811f336 commit fc2700c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -65,9 +65,9 @@ eerror "Oh noes!"
The same as above, but without the newline at the end of each.

```sh
einfo "Stuff happens"
ewarn "Dangerous stuff happens"
eerror "Oh noes!"
einfon "Stuff happens"
ewarnn "Dangerous stuff happens"
eerrorn "Oh noes!"
```

```
Expand Down

0 comments on commit fc2700c

Please sign in to comment.