aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83505b5..22d8420 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ services, err := di.GetByInterface[Worker]() // Worker is interface for many wor
### Go doc
```go
-package di // import "go.neonxp.dev/di"
+package di // import "go.neonxp.ru/di"
func Get[T any](id string) (*T, error)
func GetByInterface[Interface any]() ([]Interface, error)