From 8e79d20b29e5bd8a9402a40011be452bc7f19bbc Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama <ditatompel@gmail.com> Date: Fri, 8 Nov 2024 17:17:31 +0700 Subject: [PATCH] chore: Added `a-h/templ` link Also mark "Accept I2P nodes" in ToDo's list as complete. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d021c8..24f4832 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To build the executable binaries, you need: - Go >= 1.22 - Bun >= 1.1.26 -- templ v0.2.778 +- [a-h/templ][templ-repo] v0.2.778 > **Note**: > @@ -84,7 +84,7 @@ See the [Makefile](./Makefile). - :white_check_mark: Accept IPv6 nodes. - :white_check_mark: Use `a-h/templ` and `HTMX` instead of `Svelte`. - Use Go standard `net/http` instead of `fiber`. -- Accept I2P nodes. +- :white_check_mark: Accept I2P nodes. ## Acknowledgement @@ -120,6 +120,7 @@ Thank you! This project is licensed under [BSD-3-Clause](./LICENSE) license. +[templ-repo]: https://github.com/a-h/templ "a-h/templ GitHub repository" [geoip-doc]: https://dev.maxmind.com/geoip/geoip2/geolite2/ "GeoIP documentation" [server-systemd-service]: ./deployment/init/xmr-nodes-server.service "systemd service example for server" [prober-systemd-service]: ./deployment/init/xmr-nodes-prober.service "systemd service example for prober"