From 83696f17db406a4d5a7c83c69edc639bf1f5b421 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Sat, 7 Nov 2020 19:32:01 +0100 Subject: [PATCH] even more readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b078d22..8bec7d2 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,5 @@ The important bit is this go template instruction: ``` Between these you can simple call the keys from the json, so `name` in dict `user` becomes simple `{{ .user.name }}`. -Neato, isn't it? +Neato, isn't it? If you want to know how it looks like, head over to my [website](https://tuxstash.de/) and scroll down +to the footer.