mirror of https://github.com/VinGarcia/ksql.git
Improve README
parent
0a313c19a4
commit
64ddb22a00
|
@ -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
|
||||
|
||||
|
|
|
@ -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" -}}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue