Skip to content

Commit 83dc112

Browse files
committed
readme: mention lipsum_title
1 parent e17e5f8 commit 83dc112

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,25 @@ This generates the lorem ipsum text show above:
6161
The text becomes random after 18 words, so you might not see exactly
6262
the same text.
6363

64+
Use `lipsum_title` instead if you just need a short text suitable for
65+
a document title or a section heading. The text generated by that
66+
function looks like this:
67+
68+
> Refugiendi et Omnino Rerum
69+
70+
Small words are kept uncapitalized and punctuation is stripped from
71+
all words.
72+
6473

6574
## Release History
6675

6776
This is a changelog with the most important changes in each release.
6877

6978
### Unreleased
7079

80+
The new `lipsum_title` function can be used to generate a short string
81+
suitable for a document title or a section heading.
82+
7183
Dependencies were updated and the oldest supported version of Rust is
7284
now 1.17.
7385

0 commit comments

Comments
 (0)