From ca3683af951f28b4cc41f3e994cc55c2d71be34a Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 23 Jul 2023 15:42:01 +0300 Subject: [PATCH] Update installation.md --- website/docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/installation.md b/website/docs/installation.md index e3bb4d5..85af1a1 100644 --- a/website/docs/installation.md +++ b/website/docs/installation.md @@ -6,14 +6,14 @@ slug: / --- ```bash -$ npm i maks1ms nestjs-telegraf telegraf +$ npm i @maks1ms/nestjs-telegraf telegraf ``` Once the installation process is complete, we can import the `TelegrafModule` into the root `AppModule`. ```typescript title="src/app.module.ts" import { Module } from '@nestjs/common'; -import { TelegrafModule } from 'nestjs-telegraf'; +import { TelegrafModule } from '@maks1ms/nestjs-telegraf'; @Module({ imports: [