summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-10-18 11:17:38 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-10-18 11:17:38 -0400
commit7590d382ffa4795af106cf05ab2e619e11b4cf30 (patch)
tree31554b8d6b8bad7c52d9cf6d20e6f7e26e6e55f8 /README.md
parent84c672b0330b0d834b1634482748adbfb5520da6 (diff)
downloadbfs-7590d382ffa4795af106cf05ab2e619e11b4cf30.tar.xz
README: Get rid of square brackets
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 3ae3ae4..0b48d1b 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,12 @@
***Breadth-first search for your files.***
-[ **[Features](#features)** ]&emsp;
-[ **[Installation](#installation)** ]&emsp;
-[ **[Usage](/docs/USAGE.md)** ]&emsp;
-[ **[Building](/docs/BUILDING.md)** ]&emsp;
-[ **[Hacking](/docs/HACKING.md)** ]&emsp;
-[ **[Changelog](/docs/CHANGELOG.md)** ]
+**[Features](#features)**&emsp;
+**[Installation](#installation)**&emsp;
+**[Usage](/docs/USAGE.md)**&emsp;
+**[Building](/docs/BUILDING.md)**&emsp;
+**[Hacking](/docs/HACKING.md)**&emsp;
+**[Changelog](/docs/CHANGELOG.md)**
<img src="https://tavianator.github.io/bfs/animation.svg" alt="Screenshot">
<p></p>
@@ -26,12 +26,12 @@ It is otherwise compatible with many versions of `find`, including
<div align="center">
-[ **[POSIX](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html)** ]&emsp;
-[ **[GNU](https://www.gnu.org/software/findutils/)** ]&emsp;
-[ **[FreeBSD](https://www.freebsd.org/cgi/man.cgi?find(1))** ]&emsp;
-[ **[OpenBSD](https://man.openbsd.org/find.1)** ]&emsp;
-[ **[NetBSD](https://man.netbsd.org/find.1)** ]&emsp;
-[ **[macOS](https://ss64.com/osx/find.html)** ]
+**[POSIX](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html)**&emsp;
+**[GNU](https://www.gnu.org/software/findutils/)**&emsp;
+**[FreeBSD](https://www.freebsd.org/cgi/man.cgi?find(1))**&emsp;
+**[OpenBSD](https://man.openbsd.org/find.1)**&emsp;
+**[NetBSD](https://man.netbsd.org/find.1)**&emsp;
+**[macOS](https://ss64.com/osx/find.html)**
</div>