From 8dbaaa15717a2e45a95d4f9a382948528ef8bac8 Mon Sep 17 00:00:00 2001
From: David Hoese <david.hoese@ssec.wisc.edu>
Date: Mon, 10 May 2021 11:39:23 -0500
Subject: [PATCH] Fix typos in README

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fa4c5d4..4996ce1 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,13 @@
 # helm-nginx-example
 
-Helm chart to show basic usage with an nginx server hosting static content.
+Helm chart to show basic usage with an nginx server hosting its default
+welcome page.
 
 Note that this helm chart comes with a lot of extra components that may not be
 needed for a bare-minimum web server application. However, it is recommended
 to keep them here for the future. See the various resource definitions in
 `chart/helm-nginx-example/templates` to see the resources that the helm
-chart will be created when a release is made.
+chart will create when a release is made.
 
 ## How this was created
 
-- 
GitLab