diff --git a/behavioral/registry/README.md b/behavioral/registry/README.md index 9c6fba5..0ba7548 100644 --- a/behavioral/registry/README.md +++ b/behavioral/registry/README.md @@ -18,7 +18,7 @@ way to do so. import ( "fmt" - "github.com/kaezon/go-registry" + "github.com/crazybber/awesome-patterns/behavioral/registry" ) var myReg registry.Registry