diff --git a/README.md b/README.md index 0461ca9..33c3b98 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The construction above instantiates `TelegrafConfigService` inside `TelegrafModu ```typescript @Injectable() class TelegrafConfigService implements TelegrafOptionsFactory { - createMongooseOptions(): TelegrafModuleOptions { + createTelegrafOptions(): TelegrafModuleOptions { return { token: 'TELEGRAM_BOT_TOKEN', };