Skip to content

Commit 7930b60

Browse files
committed
README
1 parent b0ec087 commit 7930b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# rich-string-builder
2-
Text preprocessor for building strings for the rich console
2+
Text preprocessor for building strings for the [rich library](https://github.com/Textualize/rich)
33

44

55
## Background
@@ -33,7 +33,7 @@ The ideas are largely derived from Tailwind and other utility-style frameworks/l
3333
Currently this is just proof of concept. I will likely add to this over time.
3434

3535

36-
# Examples
36+
## Examples
3737
See `examples` directory for examples of using this.
3838

3939
One of the fundamental aspects of this library is the ability to preload your own custom styles from a dictionary, like so:
@@ -74,7 +74,7 @@ console.print(bar("Hello!")) # '[bright yellow]Hello![/bright yellow]'
7474
```
7575

7676

77-
# Who is this for?
77+
## Who is this for?
7878
I am personally colourblind. It's nice to have someone who is not colourblind define a colour palette, and I simply
7979
build from this. While colourblind people are not the only intended users, I think it will help them (us) substantially
8080
in terms of readability of the styles.

0 commit comments

Comments
 (0)