Skip to content

Commit

Permalink
Fix bad package name in docs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Dec 10, 2024
1 parent 44e2c47 commit 95372da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 95372da

Please sign in to comment.