Rewrap example in readme to 80 columns

This makes it easier to read the example e. g. on crates.io.
This commit is contained in:
Robin Krahl 2020-07-28 14:57:52 +02:00
parent 754e0eecae
commit 44fe71d5bb
No known key found for this signature in database
GPG Key ID: 8E9B0870524F69D8

View File

@ -6,11 +6,12 @@ SPDX-License-Identifier: MIT
# rusty-man
```
$ rusty-man rusty-man | head -4
rusty-man Module rusty-man rusty-man
$ rusty-man rusty-man | head -5
rusty-man Module rusty-man rusty-man
DESCRIPTION
rusty-man is a command-line viewer for documentation generated by `rustdoc`.
rusty-man is a command-line viewer for documentation generated by
`rustdoc`.
```
## Example Usage