From 0c3bfd7b96c5fb1aa8dc72ef75b2ec2467eba356 Mon Sep 17 00:00:00 2001 From: sergiomartins Date: Sat, 9 May 2020 18:22:55 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2990b..20a472d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ helm dependency update #### Upgrade _(install)_ jenkins -Execute the following command on the root of the project `nap-jenkins` +Execute the following command on the root of the project ```shell script $ helm upgrade --install --namespace jenkins jenkins-chart ./jenkins-chart ```