Skip to content

Commit afe53e1

Browse files
committed
Readme correction
1 parent 44a4fd1 commit afe53e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This library is for printing pretty texts. The basic premise is to
55
use tags in strings to do special effects. Additionally, the library
66
supports proper text wrapping and UTF8 decoding. To use the module,
77
copy the src folder (and rename it if you wish) to where you need it and
8-
do `require `src.tastytext`.
8+
do `require "src.tastytext"`.
99

1010
An example:
1111

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

176176
Leading and trailing spaces on each line are removed. Spaces inbetween
177-
are unmodified.
177+
are unmodified.

0 commit comments

Comments
 (0)