From def0dbd55aeb66665d28280ade8bc758994e3830 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 1 Feb 2021 00:50:03 -0500 Subject: [PATCH] spelling: search Signed-off-by: Josh Soref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e6265..e98810b 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ many charts can be ignored and none of the charts underneath them will be proces Chart.yaml file for a chart to skip processing for it. ## Markdown Rendering -There are two important parameters to be aware of when running helm-docs. `--chart-serach-root` specifies the directory +There are two important parameters to be aware of when running helm-docs. `--chart-search-root` specifies the directory under which the tool will recursively search for charts to render documentation for. `--template-files` specifies the list of gotemplate files that should be used in rendering the resulting markdown file for each chart found. By default `--chart-search-root=.` and `--template-files=README.md.gotmpl`.