We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a4fd1 commit afe53e1Copy full SHA for afe53e1
1 file changed
readme.md
@@ -5,7 +5,7 @@ This library is for printing pretty texts. The basic premise is to
5
use tags in strings to do special effects. Additionally, the library
6
supports proper text wrapping and UTF8 decoding. To use the module,
7
copy the src folder (and rename it if you wish) to where you need it and
8
-do `require `src.tastytext`.
+do `require "src.tastytext"`.
9
10
An example:
11
@@ -174,4 +174,4 @@ Long "words" which can overflow a line are splitted. Texts are word
174
wrapped.
175
176
Leading and trailing spaces on each line are removed. Spaces inbetween
177
-are unmodified.
+are unmodified.
0 commit comments