From 5ecf5d79ab802de819d51e0623452f17ffa7673f Mon Sep 17 00:00:00 2001 From: Christopher Hunter <8398225+crhntr@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:11:44 -0800 Subject: [PATCH] add used by Signed-off-by: Christopher Hunter <8398225+crhntr@users.noreply.github.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a61723c..f40a17d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ No extra runtime dependencies are required—just plain Go code. - It generates a receiver interface to represent the boundary between your app code and HTTP/HTML - Use this to mock out your server and test the view layer of your application -### Used By -- [portfoliotree.com](https://portfoliotree.com) - ## Examples The [example directory](example) has a worked example. @@ -44,3 +41,5 @@ For a more complete example, see: https://github.com/crhntr/muxt-template-module - Goals: [see enhancement issues](https://github.com/crhntr/muxt/issues?q=is%3Aissue%20state%3Aopen%20label%3Aenhancement) +## Used By +- [portfoliotree.com](https://portfoliotree.com)