From 7ce1feb9b1d9fba934737606bed10acaaaf98a7f Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 22 Nov 2023 15:35:21 -0500 Subject: [PATCH] correct typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0803fd3..d13712b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ where. I've recorded some of my other ideas and plans in [my wiki]. _**Note:** prebuilt binaries will be available after I release [v0.0.1]_ -[0.0.1]: https://todo.sr.ht/~amolith/willow?search=status%3Aopen%20label%3A%22v0.0.1%22 +[v0.0.1]: https://todo.sr.ht/~amolith/willow?search=status%3Aopen%20label%3A%22v0.0.1%22 * Clone the repo * Build the binary with `CGO_ENABLED=0 go build -ldflags="-s -w" -o willow ./cmd`