diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-18 12:36:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-18 12:36:42 -0400 |
commit | e5972621ffa8864b18d3e303ac714fdbe231be74 (patch) | |
tree | 662ad186f816a432c1749d802d4c394524d25e44 /README.md | |
parent | 6571d991af45b064bc650b10a36b87d3ecaed2c8 (diff) | |
download | bfs-e5972621ffa8864b18d3e303ac714fdbe231be74.tar.xz |
README: Add bullets to inline lists
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -10,11 +10,11 @@ ***Breadth-first search for your files.*** -**[Features](#features)**  -**[Installation](#installation)**  -**[Usage](/docs/USAGE.md)**  -**[Building](/docs/BUILDING.md)**  -**[Hacking](/docs/HACKING.md)**  +**[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"> @@ -26,11 +26,11 @@ It is otherwise compatible with many versions of `find`, including <div align="center"> -**[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)**  +**[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> |