From 694860e00ab00efad760b726f418d4c791a8b584 Mon Sep 17 00:00:00 2001 From: Sandeep K Nair Date: Sat, 29 Oct 2022 15:48:33 +0530 Subject: [PATCH] Updated docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ae932..f1199b8 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Here we assume that `X-TENANT-ID` is passed in the request header so that its av **custom-tenant.validator.ts** ```typescript -import { TenancyValidator } from '@app/tenancy'; +import { TenancyValidator } from "@needle-innovision/nestjs-tenancy"; import { Injectable, NotFoundException } from "@nestjs/common"; import { InjectModel } from '@nestjs/mongoose'; import { Model } from 'mongoose';