Skip to content

Commit e4500a2

Browse files
authored
Update README.md
1 parent 4367e16 commit e4500a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ rich cats.json --json
8989
You can render a horizontal rule with `--rule` or `-u`. Specify a rule style with `--rule-style`. Set the character(s) to render the line with `--rule-char`.
9090

9191
```
92-
rich "Hello [b]World[b]!" --rule
93-
rich "Hello [b]World[b]!" --rule --rule-style "red"
94-
rich "Hello [b]World[b]!" --rule --rule-style "red" --rule-char "="
92+
rich "Hello [b]World[/b]!" --rule
93+
rich "Hello [b]World[/b]!" --rule --rule-style "red"
94+
rich "Hello [b]World[/b]!" --rule --rule-style "red" --rule-char "="
9595
```
9696

9797
![syntax1](https://raw.githubusercontent.com/Textualize/rich-cli/main/imgs/rules1.png)

0 commit comments

Comments
 (0)