Skip to content

Commit

Permalink
Readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
markandgo committed Jun 8, 2014
1 parent 44a4fd1 commit afe53e1
Showing 1 changed file with 2 additions and 2 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 @@ This library is for printing pretty texts. The basic premise is to
use tags in strings to do special effects. Additionally, the library
supports proper text wrapping and UTF8 decoding. To use the module,
copy the src folder (and rename it if you wish) to where you need it and
do `require `src.tastytext`.
do `require "src.tastytext"`.

An example:

Expand Down Expand Up @@ -174,4 +174,4 @@ Long "words" which can overflow a line are splitted. Texts are word
wrapped.

Leading and trailing spaces on each line are removed. Spaces inbetween
are unmodified.
are unmodified.

0 comments on commit afe53e1

Please sign in to comment.