From 459262326ee4665ab1c20b3c7713a2c30873ddd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Mon, 13 May 2019 14:31:06 +0200 Subject: [PATCH] README: fix k3s capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a83ae1..31a109d 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ To run Kilo on Typhoon: kubectl apply -f https://raw.githubusercontent.com/squat/kilo/master/manifests/kilo-typhoon.yaml ``` -To run Kilo on K3S: +To run Kilo on k3s: ```shell kubectl apply -f https://raw.githubusercontent.com/squat/kilo/master/manifests/kilo-k3s.yaml