Skip to content

Commit

Permalink
Merge pull request #209 from UnsolvedCypher/master
Browse files Browse the repository at this point in the history
fix: Correct the name of the GitHub repository in the README
  • Loading branch information
norwoodj authored Feb 24, 2024
2 parents c1295e5 + 51fe584 commit 374fbdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ There are several variants of `pre-commit` hooks to choose from depending on you
```yaml
---
repos:
- repo: https://github.com/jnorwood/helm-docs
- repo: https://github.com/norwoodj/helm-docs
rev: ""
hooks:
- id: helm-docs
Expand All @@ -122,7 +122,7 @@ repos:
```yaml
---
repos:
- repo: https://github.com/jnorwood/helm-docs
- repo: https://github.com/norwoodj/helm-docs
rev: ""
hooks:
- id: helm-docs-built
Expand All @@ -138,7 +138,7 @@ repos:
```yaml
---
repos:
- repo: https://github.com/jnorwood/helm-docs
- repo: https://github.com/norwoodj/helm-docs
rev: ""
hooks:
- id: helm-docs-container
Expand All @@ -154,7 +154,7 @@ repos:
```yaml
---
repos:
- repo: https://github.com/jnorwood/helm-docs
- repo: https://github.com/norwoodj/helm-docs
rev: ""
hooks:
- id: helm-docs-container
Expand Down

0 comments on commit 374fbdc

Please sign in to comment.