diff --git a/src/ImageProvider.tsx b/src/ImageProvider.tsx index 25b29b5..a542bd9 100644 --- a/src/ImageProvider.tsx +++ b/src/ImageProvider.tsx @@ -35,7 +35,7 @@ function appendParams(url: string, params: Record): string { * @example * ```tsx * import { ImageProvider } from '@lilith/image-client' - * import { getServiceUrl } from '@lilith/service-addresses' + * import { getServiceUrl } from '@lilith/service-registry' * * const assetServiceUrl = getServiceUrl('asset-service', 'api') * diff --git a/src/index.ts b/src/index.ts index 07ad28b..ac678f3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ * @example * ```tsx * import { ImageProvider, useImageUrl } from '@lilith/image-client' - * import { getServiceUrl } from '@lilith/service-addresses' + * import { getServiceUrl } from '@lilith/service-registry' * * // In your app root * const assetServiceUrl = getServiceUrl('asset-service', 'api')