summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-10-19 12:38:53 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-10-19 12:38:53 -0400
commit49a2a2194bfde0b70aac72bd7f2d0e02c62858ef (patch)
treee7881de883277136b6134c1b30c0452e48aafe25 /README.md
parent3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 (diff)
downloadbfs-49a2a2194bfde0b70aac72bd7f2d0e02c62858ef.tar.xz
README: Break inline lists before bullets
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 16 insertions, 12 deletions
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)** &ensp;&bullet;&ensp;
-**[Installation](#installation)** &ensp;&bullet;&ensp;
-**[Usage](/docs/USAGE.md)** &ensp;&bullet;&ensp;
-**[Building](/docs/BUILDING.md)** &ensp;&bullet;&ensp;
-**[Hacking](/docs/HACKING.md)** &ensp;&bullet;&ensp;
-**[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
<img src="https://tavianator.github.io/bfs/animation.svg" alt="Screenshot">
<p></p>
@@ -26,12 +28,14 @@ It is otherwise compatible with many versions of `find`, including
<div align="center">
-**[POSIX](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html)** &ensp;&bullet;&ensp;
-**[GNU](https://www.gnu.org/software/findutils/)** &ensp;&bullet;&ensp;
-**[FreeBSD](https://www.freebsd.org/cgi/man.cgi?find(1))** &ensp;&bullet;&ensp;
-**[OpenBSD](https://man.openbsd.org/find.1)** &ensp;&bullet;&ensp;
-**[NetBSD](https://man.netbsd.org/find.1)** &ensp;&bullet;&ensp;
-**[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
</div>