From 1a8a86d68049497d92fc3a908cda14d641405454 Mon Sep 17 00:00:00 2001 From: mpj Abdurrachman Mappuji Date: Wed, 11 Apr 2018 17:13:31 +0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb2e16bce..7295f2c3d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Helm is a tool that streamlines installing and managing Kubernetes applications. Think of it like apt/yum/homebrew for Kubernetes. - Helm has two parts: a client (`helm`) and a server (`tiller`) -- Tiller runs inside of your Kubernetes cluster, and manages releases (installations) +- Tiller runs inside on your Kubernetes cluster, and manages releases (installations) of your charts. - Helm runs on your laptop, CI/CD, or wherever you want it to run. - Charts are Helm packages that contain at least two things: