Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Dec 11, 2024
1 parent c1d49f2 commit af8e1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kubernetes_health_check/plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule KubernetesHealthCheck.Plug do
```
plug KubernetesHealthCheck.Plug,
mod: KubernetesHealthCheck.Health,
mod: Example.Health,
base_path: "/healthz"
```
Expand Down

0 comments on commit af8e1ce

Please sign in to comment.