diff --git a/README.md b/README.md index f06a20d..a87550c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Add the extension to your Sphinx config. ```python # conf.py -extensions = ['sphinx-helm.ext'] +extensions = ['sphinx_helm.ext'] ``` Use the directive to generate documentation for your helm chart. diff --git a/docs/index.md b/docs/index.md index d6dd770..a8e7e61 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,7 @@ Creating hello-world Enable the plugin in your Sphinx `conf.py` file: ```python -extensions = ['sphinx-helm.ext'] +extensions = ['sphinx_helm.ext'] ``` Now you can use the `helm` directive wherever you wish in your documentation.