Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Feb 21, 2013
1 parent 6505fce commit e17b8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -22,7 +22,7 @@ h2. Usage
print(colors('%{bright red underlined}hello'))
</pre>

The @colors@ function makes sure that color attributes are reset at each end of the generated string. If you want to generate complex strings piece-by-piece, use @colors.replaceCodes@, which works exactly the same, but without adding the reset codes at each end of the string.
The @colors@ function makes sure that color attributes are reset at each end of the generated string. If you want to generate complex strings piece-by-piece, use @colors.noReset@, which works exactly the same, but without adding the reset codes at each end of the string.

h2. Testing

Expand Down

0 comments on commit e17b8e9

Please sign in to comment.