From 560224598f48acd3c0c5051bffa1636d42599895 Mon Sep 17 00:00:00 2001 From: Michael Ruoss Date: Tue, 31 Oct 2023 07:25:52 +0100 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7c9f90..ee997a44 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ end ## Usage -Check out the [Usage Guide](https://hexdocs.pm/k8s/usage.html) for in-depth examples. +Check out the [Usage Guide](https://hexdocs.pm/k8s/usage.html) for in-depth examples. If you like +learning with Livebook, check out [kino_k8s](https://github.com/mruoss/kino_k8s). It comes with +nice smart cells to help you generate your first working code. Most functions are also written using doctests.