From 3c3b29e34dde8ba65baaf47235ee463d66f25177 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sat, 27 May 2023 17:48:02 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8470558..0cc2dbe 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ This is the repository for the unraid kind plugin. kind is a tool for running local Kubernetes clusters using Docker container “nodes”. kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI. -See the [git repository](https://github.com/kubernetes-sigs/kind) for bat for more information. +See the [git repository](https://github.com/kubernetes-sigs/kind) for kind for more information. ## dev -Drone builds the plugin source using cargo on a new tag creation. +Drone builds the plugin source using go on a new tag creation. -Tag versions follow bat releases. +Tag versions follow kind releases.