diff --git a/readme.md b/readme.md index 2fcf4b9..ef29782 100644 --- a/readme.md +++ b/readme.md @@ -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: @@ -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. \ No newline at end of file +are unmodified.