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.