From 4eec11697c2b658b05236868d44ba367920d8971 Mon Sep 17 00:00:00 2001 From: donbot Date: Sat, 28 Mar 2020 00:08:58 +0300 Subject: [PATCH] chore: update readme NJTG-7 --- README.md | 39 ++++----------------------------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index 57651fd..6504580 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,6 @@ -

- Nest Logo -

- -[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 -[circleci-url]: https://circleci.com/gh/nestjs/nest - -

A progressive Node.js framework for building efficient and scalable server-side applications.

-

-NPM Version -Package License -NPM Downloads -CircleCI -Coverage -Discord -Backers on Open Collective -Sponsors on Open Collective - - Support us - -

- ## Description -[Telegraf](https://github.com/telegraf/telegraf) module for [Nest](https://github.com/nestjs/nest). +[Telegraf](https://github.com/telegraf/telegraf) module for [NestJS](https://github.com/nestjs/nest). ## Installation @@ -111,7 +89,7 @@ Like other [factory providers](https://docs.nestjs.com/fundamentals/custom-provi TelegrafModule.forRootAsync({ imports: [ConfigModule], useFactory: async (configService: ConfigService) => ({ - token: configService.getString('TELEGRAM_BOT_TOKEN'), + token: configService.get('TELEGRAM_BOT_TOKEN'), }), inject: [ConfigService], }); @@ -147,16 +125,7 @@ TelegrafModule.forRootAsync({ }); ``` -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - ## People -- Authors - [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/) -- Maintainers - [Aleksandr Bukhalo](https://bukhalo.com/) -- Website - [https://nestjs.com](https://nestjs.com/) - -## License - -Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE). +- Authors - [robotmafia Inc.](https://robotmafia.io) & [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/) +- Maintainers - [robotmafia Inc.](https://robotmafia.io/)