From 5bdba2161cdc5a9b9e8688eaf62bf5b6237b3e8b Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 8 Mar 2020 13:08:40 -0400 Subject: [PATCH] readme typos (#162) --- charts/blocky/Chart.yaml | 2 +- charts/blocky/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/blocky/Chart.yaml b/charts/blocky/Chart.yaml index e479c90f..c1d7eb0c 100644 --- a/charts/blocky/Chart.yaml +++ b/charts/blocky/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v0.5" description: DNS proxy as ad-blocker for local network name: blocky -version: 1.1.0 +version: 1.1.1 keywords: - blocky - dbs diff --git a/charts/blocky/README.md b/charts/blocky/README.md index 40f41f13..9579c3d0 100644 --- a/charts/blocky/README.md +++ b/charts/blocky/README.md @@ -4,11 +4,11 @@ This is an opinionated helm chart for [blocky](https://github.com/0xERR0R/blocky The default values and container images used in this chart will allow for running in a multi-arch cluster (amd64, arm, arm64) -## TL;DR; +## TL;DR ```shell -$ helm repo add billimek https://billimek.com/billimek-charts/ -$ helm install billimek/blocky +helm repo add billimek https://billimek.com/billimek-charts/ +helm install billimek/blocky ``` ## Installing the Chart