diff --git a/README.md b/README.md index 6504580..04315b7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ +

+ 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 [NestJS](https://github.com/nestjs/nest). @@ -125,7 +147,16 @@ 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 - [robotmafia Inc.](https://robotmafia.io) & [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/) - Maintainers - [robotmafia Inc.](https://robotmafia.io/) +- Website - [https://nestjs.com](https://nestjs.com/) + +## License + +Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE). diff --git a/package.json b/package.json index 3d61720..965db7e 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "bot api", "bot framework" ], - "homepage": "https://bitbucket.org/robotmafia-inc/nestjs-telegraf", + "homepage": "https://github.com/robotmafia-inc/nestjs-telegraf#readme", "bugs": { - "url": "https://bitbucket.org/robotmafia-inc/nestjs-telegraf/issues" + "url": "https://github.com/robotmafia-inc/nestjs-telegraf/issues" }, "license": "MIT", "author": "robotmafia Inc. ", @@ -25,7 +25,7 @@ "Aleksandr Bukhalo (https://bukhalo.com/)", "Igor Kamyshev (https://kamyshev.me/)" ], - "repository": "git@bitbucket.org:robotmafia-inc/nestjs-telegraf.git", + "repository": "git@github.com:robotmafia-inc/nestjs-telegraf.git", "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "precommit": "lint-staged",