diff --git a/README.md b/README.md index b981e99e..e39b31ab 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ revisions/versions of your helm release. ``` The Helm Diff Plugin -* Shows a diff explaing what a helm upgrade would change: +* Shows a diff explaining what a helm upgrade would change: This fetches the currently deployed version of a release and compares it to a local chart plus values. This can be used visualize what changes a helm upgrade will perform. -* Shows a diff explaing what had changed between two revisions: +* Shows a diff explaining what had changed between two revisions: This fetches previously deployed versions of a release and compares them. This can be used visualize what changes were made during revision change. -* Shows a diff explaing what a helm rollback would change: +* Shows a diff explaining what a helm rollback would change: This fetches the currently deployed version of a release and compares it to adeployed versions of a release, that you want to rollback. This can be used visualize what changes a