From 49a2a2194bfde0b70aac72bd7f2d0e02c62858ef Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 12:38:53 -0400 Subject: README: Break inline lists before bullets --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4efd374..18ff1b2 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ ***Breadth-first search for your files.*** -**[Features](#features)**  •  -**[Installation](#installation)**  •  -**[Usage](/docs/USAGE.md)**  •  -**[Building](/docs/BUILDING.md)**  •  -**[Hacking](/docs/HACKING.md)**  •  -**[Changelog](/docs/CHANGELOG.md)** +**[Features]   •   [Installation]   •   [Usage]   •   [Building]   •   [Hacking]   •   [Changelog]** + +[Features]: #features +[Installation]: #installation +[Usage]: /docs/USAGE.md +[Building]: /docs/BUILDING.md +[Hacking]: /docs/HACKING.md +[Changelog]: /docs/CHANGELOG.md Screenshot

@@ -26,12 +28,14 @@ It is otherwise compatible with many versions of `find`, including
-**[POSIX](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html)**  •  -**[GNU](https://www.gnu.org/software/findutils/)**  •  -**[FreeBSD](https://www.freebsd.org/cgi/man.cgi?find(1))**  •  -**[OpenBSD](https://man.openbsd.org/find.1)**  •  -**[NetBSD](https://man.netbsd.org/find.1)**  •  -**[macOS](https://ss64.com/osx/find.html)** +**[POSIX]   •   [GNU]   •   [FreeBSD]   •   [OpenBSD]   •   [NetBSD]   •   [macOS]** + +[POSIX]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html +[GNU]: https://www.gnu.org/software/findutils/ +[FreeBSD]: https://www.freebsd.org/cgi/man.cgi?find(1) +[OpenBSD]: https://man.openbsd.org/find.1 +[NetBSD]: https://man.netbsd.org/find.1 +[macOS]: https://ss64.com/osx/find.html
-- cgit v1.2.3