diff --git a/README.md b/README.md index 3845671..074a2fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 1. Import the library ``` -import k8sPriviledgedDs "github.com/test-network-function/privileged-daemonset" +import k8sPriviledgedDs "github.com/redhat-best-practices-for-k8s/privileged-daemonset" ``` 2. Set the K8s client to act on `Daemonset` object diff --git a/go.mod b/go.mod index cc50de2..ae84d9e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/test-network-function/privileged-daemonset +module github.com/redhat-best-practices-for-k8s/privileged-daemonset go 1.22.5