diff --git a/README.md b/README.md index a03175c..f3a92fd 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Prepends project files with given template. #### Install ``` -go install github.com/kunalkushwaha/ltag@latest +go install github.com/containerd/ltag@latest ``` > [!NOTE] > -> The module name is planned to be renamed to `github.com/containerd/ltag`. +> The module name was `github.com/kunalkushwaha/ltag` until v0.2.6. #### Usage diff --git a/go.mod b/go.mod index 9742ba6..46881cd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,3 @@ -// Deprecated: the module is planned to be renamed to github.com/containerd/ltag -module github.com/kunalkushwaha/ltag +module github.com/containerd/ltag go 1.17