From 64ddb22a0039c8ae85b580fd39e645678175d119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Wed, 23 Oct 2024 23:26:32 -0300 Subject: [PATCH] Improve README --- README.md | 2 ++ readme.template.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 253ea80..1e13b03 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ This short example below is a TLDR version to illustrate how easy it is to use K You will find more complete examples in the sections below. +> This example is available on ./examples/overview/main.go if you want to run it + ```golang package main diff --git a/readme.template.md b/readme.template.md index b653c53..9c0a57f 100644 --- a/readme.template.md +++ b/readme.template.md @@ -37,6 +37,8 @@ This short example below is a TLDR version to illustrate how easy it is to use K You will find more complete examples in the sections below. +> This example is available on ./examples/overview/main.go if you want to run it + ```golang {{ readFile "examples/overview/main.go" -}} ```