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" -}} ```