From af41efdf462c795ec450c40a3d782e975711d290 Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Mon, 8 Mar 2021 18:49:45 -0500 Subject: [PATCH] Fix typo in README.md helm_template had a typo in it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af95538d..51e009f1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Click on the name of a plugin or module to view that content's documentation: - [helm_plugin](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_plugin.py) - [helm_plugin_info](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_plugin_info.py) - [helm_repository](https://docs.ansible.com/ansible/2.10/collections/community/kubernetes/helm_repository_module.html) - - [heml_template](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_template.py) + - [helm_template](https://github.com/ansible-collections/community.kubernetes/blob/main/plugins/modules/helm_template.py) ## Installation and Usage